aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-01 16:10:17 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-01 16:10:17 +0000
commit7f0b04482f00c6902ef972fb50d40756d31e3fdc (patch)
tree3e2dd611cd8e8bc515bb09d8238f1823a33579d7 /src/gns/Makefile.am
parentc835d0bd4b765026a7b1884d236e1975a929f77a (diff)
downloadgnunet-7f0b04482f00c6902ef972fb50d40756d31e3fdc.tar.gz
gnunet-7f0b04482f00c6902ef972fb50d40756d31e3fdc.zip
-fix, mhd start
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 33b10c2bb..5614ebe36 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -206,7 +206,7 @@ gnunet_gns_DEPENDENCIES = \
206 206
207gnunet_gns_proxy_SOURCES = \ 207gnunet_gns_proxy_SOURCES = \
208 gnunet-gns-proxy.c 208 gnunet-gns-proxy.c
209gnunet_gns_proxy_LDADD = \ 209gnunet_gns_proxy_LDADD = -lmicrohttpd \
210 $(top_builddir)/src/gns/libgnunetgns.la \ 210 $(top_builddir)/src/gns/libgnunetgns.la \
211 $(top_builddir)/src/util/libgnunetutil.la \ 211 $(top_builddir)/src/util/libgnunetutil.la \
212 $(GN_LIBINTL) 212 $(GN_LIBINTL)