aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-26 08:54:05 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-26 08:54:05 +0000
commit9697f768d232ceae4954ead924eafc716df24409 (patch)
treeb699eee015024ff9c9ce1398a8014d62171262ed /src/gns/Makefile.am
parentdaa94a5947518c0a5dc03e9be302978d61efecf7 (diff)
downloadgnunet-9697f768d232ceae4954ead924eafc716df24409.tar.gz
gnunet-9697f768d232ceae4954ead924eafc716df24409.zip
-document subsystem aliases, add gns-intercept alias for GNS DNS interception, support gns-intercept alias for GNS DNS interception
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3db49ab1c..d4c65031e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -103,7 +103,7 @@ libgnunet_plugin_rest_gns_la_LIBADD = \
103 $(top_builddir)/src/identity/libgnunetidentity.la \ 103 $(top_builddir)/src/identity/libgnunetidentity.la \
104 $(top_builddir)/src/rest/libgnunetrest.la \ 104 $(top_builddir)/src/rest/libgnunetrest.la \
105 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 105 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
106 $(LTLIBINTL) -ljansson -lmicrohttpd 106 $(LTLIBINTL) -ljansson -lmicrohttpd
107libgnunet_plugin_rest_gns_la_LDFLAGS = \ 107libgnunet_plugin_rest_gns_la_LDFLAGS = \
108 $(GN_PLUGIN_LDFLAGS) 108 $(GN_PLUGIN_LDFLAGS)
109 109
@@ -198,6 +198,7 @@ gnunet_service_gns_SOURCES = \
198gnunet_service_gns_LDADD = \ 198gnunet_service_gns_LDADD = \
199 -lm \ 199 -lm \
200 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 200 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
201 $(top_builddir)/src/identity/libgnunetidentity.la \
201 $(top_builddir)/src/revocation/libgnunetrevocation.la \ 202 $(top_builddir)/src/revocation/libgnunetrevocation.la \
202 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 203 $(top_builddir)/src/statistics/libgnunetstatistics.la \
203 $(top_builddir)/src/util/libgnunetutil.la \ 204 $(top_builddir)/src/util/libgnunetutil.la \
@@ -261,4 +262,3 @@ if HAVE_SQLITE
261 TESTS = $(check_SCRIPTS) 262 TESTS = $(check_SCRIPTS)
262endif 263endif
263endif 264endif
264