From: Simon Josefsson Date: Wed, 29 Sep 2004 17:52:13 +0000 (+0000) Subject: Link with gnulib. Currently only minmax.h and strnstr are used, which X-Git-Tag: gnutls_1_0_21~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22feb57453a820e7abe59b59d57789ba600bdb96;p=thirdparty%2Fgnutls.git Link with gnulib. Currently only minmax.h and strnstr are used, which are under LGPL. The license templates in gl/ will be fixed as soon as gnulib-tool support combined GPL/LGPL projects. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index c5eb326918..9004bc784a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -77,6 +77,8 @@ libgnutls_la_LDFLAGS = $(LIBTASN1_LIBS) $(LIBGCRYPT_LIBS) \ $(libgnutls_version_script_cmd) \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) +libgnutls_la_LIBADD = ../gl/libgnu.la + pkix_asn1_tab.c: pkix.asn -asn1Parser pkix.asn pkix_asn1_tab.c