aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 5614ebe36..ec4a3d2ca 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -205,7 +205,7 @@ gnunet_gns_DEPENDENCIES = \
205 libgnunetgns.la 205 libgnunetgns.la
206 206
207gnunet_gns_proxy_SOURCES = \ 207gnunet_gns_proxy_SOURCES = \
208 gnunet-gns-proxy.c 208 gnunet-gns-proxy.c gns_proxy_proto.h
209gnunet_gns_proxy_LDADD = -lmicrohttpd \ 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 \
@@ -215,8 +215,8 @@ gnunet_gns_proxy_DEPENDENCIES = \
215 215
216gnunet_service_gns_SOURCES = \ 216gnunet_service_gns_SOURCES = \
217 gnunet-service-gns.c \ 217 gnunet-service-gns.c \
218 gnunet-service-gns_resolver.c \ 218 gnunet-service-gns_resolver.c gnunet-service-gns_resolver.h \
219 gnunet-service-gns_interceptor.c 219 gnunet-service-gns_interceptor.c gnunet-service-gns_interceptor.h
220gnunet_service_gns_LDADD = \ 220gnunet_service_gns_LDADD = \
221 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 221 $(top_builddir)/src/statistics/libgnunetstatistics.la \
222 $(top_builddir)/src/util/libgnunetutil.la \ 222 $(top_builddir)/src/util/libgnunetutil.la \
@@ -286,4 +286,7 @@ endif
286endif 286endif
287 287
288EXTRA_DIST = \ 288EXTRA_DIST = \
289 test_gns_simple_lookup.conf 289 test_gns_defaults.conf \
290 test_gns_simple_lookup.conf \
291 test_gns_dht_default.conf
292