]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add nettle dependencies to libcrypto.la
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 3 Jun 2013 19:21:44 +0000 (21:21 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 3 Jun 2013 19:21:44 +0000 (21:21 +0200)
lib/Makefile.am
lib/nettle/Makefile.am

index 3beb7c7207928ac1cd5d951d3979c1ad7cf8efe4..006f6959952a030927ee6150549e3bc06d796ddb 100644 (file)
@@ -140,7 +140,6 @@ thirdparty_libadd += $(LIBTASN1_LIBS)
 endif
 
 if ENABLE_NETTLE
-thirdparty_libadd += $(NETTLE_LIBS) $(HOGWEED_LIBS) $(GMP_LIBS)
 libgnutls_la_LIBADD += nettle/libcrypto.la
 endif
 
index 3dcb92856fd00ab8d6a9e79e6ea284bec3901efe..7b3f4c0dd08a61d3de732c2ff91d8449d9c60f68 100644 (file)
@@ -37,5 +37,6 @@ endif
 
 noinst_LTLIBRARIES = libcrypto.la
 
+libcrypto_la_LIBADD = $(NETTLE_LIBS) $(HOGWEED_LIBS) $(GMP_LIBS)
 libcrypto_la_SOURCES = pk.c mpi.c mac.c cipher.c rnd.c init.c egd.c egd.h \
        gnettle.h