updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 7 Apr 2005 09:15:28 +0000 (09:15 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 7 Apr 2005 09:15:28 +0000 (09:15 +0000)
lib/contrib/Makefile.am

index e204a5f82a78b8a0d3616fbccaacd094e0833f07..74faaf72f5c3c2496684e4d6f0337fa34ea2aab5 100644 (file)
@@ -31,10 +31,12 @@ else
 REGEX = regex.c
 endif
 
+STRINGPREP = nfkc.c rfc3454.c stringprep.c
+
 if SILC_WIN32
-libcontrib_la_SOURCES =
+libcontrib_la_SOURCES = $(STRINGPREP)
 else
-libcontrib_la_SOURCES = nfkc.c rfc3454.c stringprep.c $(GETOPT) $(REGEX)
+libcontrib_la_SOURCES = $(STRINGPREP) $(GETOPT) $(REGEX)
 endif
 
 EXTRA_DIST = *.c *.h