From: Christian Grothoff Date: Thu, 7 Jun 2012 19:58:48 +0000 (+0000) Subject: -fixing linker error for now by adding -lcrypto, will need to be fixed later X-Git-Tag: initial-import-from-subversion-38251~13230 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9a0aaa03fd9593e9f983de6c8a1d5258e5922002;p=oweals%2Fgnunet.git -fixing linker error for now by adding -lcrypto, will need to be fixed later --- diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 2991bd0c8..a158af19d 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -207,7 +207,7 @@ gnunet_gns_DEPENDENCIES = \ gnunet_gns_proxy_SOURCES = \ gnunet-gns-proxy.c gns_proxy_proto.h -gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl \ +gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl -lcrypto \ $(top_builddir)/src/gns/libgnunetgns.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL)