From bebaa7ebfdb5e429185d13bb933a00f7450dc817 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 10 Apr 2014 20:11:04 +0200 Subject: link examples to GPL gnulib. --- cross.mk | 2 +- doc/examples/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cross.mk b/cross.mk index 7727ed7d98..c2e6f7bc46 100644 --- 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) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index ce0ef19111..0915f9b550 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -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 \ -- cgit v1.2.1