Added SILC Thread Queue API
[silc.git] / lib / contrib / Makefile.ad
index 1fab5f707eb1df82c12cde11a1ed36d0a19882fc..b27d9bd6eb85961e33e1b2c457135046d8a32611 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Author: Pekka Riikonen <priikone@silcnet.org>
 #
-#  Copyright (C) 2000 - 2005 Pekka Riikonen
+#  Copyright (C) 2000 - 2005, 2007 Pekka Riikonen
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
@@ -19,19 +19,9 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
 noinst_LTLIBRARIES = libcontrib.la
 
-if HAVE_REGEX
-REGEX =
-else
-REGEX = regexpr.c
-endif
-
 STRINGPREP = nfkc.c rfc3454.c stringprep.c
 
-if SILC_WIN32
-libcontrib_la_SOURCES = getopti.c $(STRINGPREP)
-else
-libcontrib_la_SOURCES = getopti.c $(STRINGPREP) $(REGEX)
-endif
+libcontrib_la_SOURCES = $(STRINGPREP)
 
 EXTRA_DIST = *.c *.h