-fixing linker error for now by adding -lcrypto, will need to be fixed later
authorChristian Grothoff <christian@grothoff.org>
Thu, 7 Jun 2012 19:58:48 +0000 (19:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 7 Jun 2012 19:58:48 +0000 (19:58 +0000)
src/gns/Makefile.am

index 2991bd0c82f2f8a479f0a7d1d9f45f4a3f6972ff..a158af19d37a0af5eb6f6aaf9d300fc482ecce1a 100644 (file)
@@ -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)