From 1bf35a2219d20bb6e936e8f9ac8faf7925e278b7 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 7 Apr 2005 09:15:28 +0000 Subject: [PATCH] updates. --- lib/contrib/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/contrib/Makefile.am b/lib/contrib/Makefile.am index e204a5f8..74faaf72 100644 --- a/lib/contrib/Makefile.am +++ b/lib/contrib/Makefile.am @@ -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 -- 2.43.0