X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fcontrib%2FMakefile.ad;h=b27d9bd6eb85961e33e1b2c457135046d8a32611;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=60055fd12d60d2400105d34a0d18fbf549fadb6c;hpb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;p=silc.git diff --git a/lib/contrib/Makefile.ad b/lib/contrib/Makefile.ad index 60055fd1..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,33 +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 - -#ifdef SILC_DIST_TOOLKIT -if HAVE_REGEX -REGEXH = -else -REGEXH = regexpr.h -endif -include_HEADERS = \ - $(REGEXH) \ - getopti.h \ - gunicomp.h \ - gunidecomp.h \ - stringprep.h -#endif SILC_DIST_TOOLKIT +libcontrib_la_SOURCES = $(STRINGPREP) EXTRA_DIST = *.c *.h