]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Link with gnulib. Currently only minmax.h and strnstr are used, which
authorSimon Josefsson <simon@josefsson.org>
Wed, 29 Sep 2004 17:52:13 +0000 (17:52 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 29 Sep 2004 17:52:13 +0000 (17:52 +0000)
are under LGPL.  The license templates in gl/ will be fixed as soon as
gnulib-tool support combined GPL/LGPL projects.

lib/Makefile.am

index c5eb326918d6cf0044560b6a2d3a24040bdf90fa..9004bc784a8c6483ef4c50b8988bfe92243de4e4 100644 (file)
@@ -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