aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 19:58:48 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 19:58:48 +0000
commit9a0aaa03fd9593e9f983de6c8a1d5258e5922002 (patch)
tree901d0de16a3d9ba2639a5f421154db5237d0bcbb /src
parent6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (diff)
downloadgnunet-9a0aaa03fd9593e9f983de6c8a1d5258e5922002.tar.gz
gnunet-9a0aaa03fd9593e9f983de6c8a1d5258e5922002.zip
-fixing linker error for now by adding -lcrypto, will need to be fixed later
Diffstat (limited to 'src')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \
207 207
208gnunet_gns_proxy_SOURCES = \ 208gnunet_gns_proxy_SOURCES = \
209 gnunet-gns-proxy.c gns_proxy_proto.h 209 gnunet-gns-proxy.c gns_proxy_proto.h
210gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl \ 210gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lssl -lcrypto \
211 $(top_builddir)/src/gns/libgnunetgns.la \ 211 $(top_builddir)/src/gns/libgnunetgns.la \
212 $(top_builddir)/src/util/libgnunetutil.la \ 212 $(top_builddir)/src/util/libgnunetutil.la \
213 $(GN_LIBINTL) 213 $(GN_LIBINTL)