aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-18 20:43:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-18 20:43:25 +0000
commitc37fba0bd9febb11297ebca62a58935276130244 (patch)
tree45cf17c2f0f4ffd0daa2b77181f8cc63a3445ffa /src/dns/Makefile.am
parent6b2fb63de633b086a91e7733ca0dd5591198c20c (diff)
downloadgnunet-c37fba0bd9febb11297ebca62a58935276130244.tar.gz
gnunet-c37fba0bd9febb11297ebca62a58935276130244.zip
-adding DNS exit-from-mesh functionality to gnunet-service-dns
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index d8c2cd1c1..a9b1d652e 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -74,6 +74,7 @@ gnunet_service_dns_SOURCES = \
74 gnunet-service-dns.c 74 gnunet-service-dns.c
75gnunet_service_dns_LDADD = \ 75gnunet_service_dns_LDADD = \
76 $(top_builddir)/src/tun/libgnunettun.la \ 76 $(top_builddir)/src/tun/libgnunettun.la \
77 $(top_builddir)/src/mesh/libgnunetmesh.la \
77 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 78 $(top_builddir)/src/statistics/libgnunetstatistics.la \
78 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
79 $(GN_LIBINTL) 80 $(GN_LIBINTL)