X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fcontrib%2FMakefile.ad;h=b27d9bd6eb85961e33e1b2c457135046d8a32611;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=1fab5f707eb1df82c12cde11a1ed36d0a19882fc;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=silc.git diff --git a/lib/contrib/Makefile.ad b/lib/contrib/Makefile.ad index 1fab5f70..b27d9bd6 100644 --- a/lib/contrib/Makefile.ad +++ b/lib/contrib/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# 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