projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6207eae
)
-fixing linker error for now by adding -lcrypto, will need to be fixed later
author
Christian Grothoff
<christian@grothoff.org>
Thu, 7 Jun 2012 19:58:48 +0000
(19:58 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 7 Jun 2012 19:58:48 +0000
(19:58 +0000)
src/gns/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gns/Makefile.am
b/src/gns/Makefile.am
index 2991bd0c82f2f8a479f0a7d1d9f45f4a3f6972ff..a158af19d37a0af5eb6f6aaf9d300fc482ecce1a 100644
(file)
--- 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)