summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-09-29 17:52:13 +0000
committerSimon Josefsson <simon@josefsson.org>2004-09-29 17:52:13 +0000
commit22feb57453a820e7abe59b59d57789ba600bdb96 (patch)
tree9249d709c8831b1158e5014a9083cd41003a49b5
parent12f5c586707fb11c658da5910ebfcf8cc318c8db (diff)
downloadgnutls-22feb57453a820e7abe59b59d57789ba600bdb96.tar.gz
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.
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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