aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-02 18:07:33 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-02 18:07:33 +0000
commit42ae31239de393ac4ebd76f90c53f1f0d12b6a5a (patch)
tree52d0115763aa6957fc56af76df88de982e5328f1 /src/gns/Makefile.am
parentde7d8184873d8b25dd81cfcff2d1f3df77060ee8 (diff)
downloadgnunet-42ae31239de393ac4ebd76f90c53f1f0d12b6a5a.tar.gz
gnunet-42ae31239de393ac4ebd76f90c53f1f0d12b6a5a.zip
-mhd curl working, needs love
Diffstat (limited to 'src/gns/Makefile.am')
-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 10b9ff3fa..277d5e323 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 \ 210gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl \
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)