]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
link examples to GPL gnulib. gnutls_3_3_0
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Apr 2014 18:11:04 +0000 (20:11 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 10 Apr 2014 18:11:04 +0000 (20:11 +0200)
cross.mk
doc/examples/Makefile.am

index 7727ed7d980c6776c21116cf6d7171a1bb667064..c2e6f7bc46a0935790a8bf76c82b073544a7226a 100644 (file)
--- a/cross.mk
+++ b/cross.mk
@@ -1,6 +1,6 @@
 SMP=-j4
 
-GNUTLS_VERSION:=3.2.13
+GNUTLS_VERSION:=3.3.0
 GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
 GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)
 
index ce0ef191112ec4b978df39f2bdab4c211241ac55..0915f9b550f31879a7577e3975340489a2aa9bfb 100644 (file)
@@ -37,6 +37,7 @@ AM_LDFLAGS = -no-install
 LDADD = libexamples.la                         \
        ../../lib/libgnutls.la                  \
        ../../gl/libgnu.la                      \
+       ../../src/gl/libgnu_gpl.la              \
        $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
 
 CXX_LDADD = ../../lib/libgnutlsxx.la \