aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:01 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-25 15:22:01 +0000
commit07ab625068b62afc532a78534018f6579697a307 (patch)
treea240046783d7ab2e5134e5bc493c34f31b5b0df2 /src/dns/Makefile.am
parentaf6fc96401b2d550293c8ce9ceb1b34ee46003d0 (diff)
downloadgnunet-07ab625068b62afc532a78534018f6579697a307.tar.gz
gnunet-07ab625068b62afc532a78534018f6579697a307.zip
remove DNS exit for mesh from gnunet-service-dns
Diffstat (limited to 'src/dns/Makefile.am')
-rw-r--r--src/dns/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 068d16fd9..345c1316c 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -75,7 +75,6 @@ gnunet_service_dns_SOURCES = \
75gnunet_service_dns_LDADD = \ 75gnunet_service_dns_LDADD = \
76 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 76 $(top_builddir)/src/dns/libgnunetdnsstub.la \
77 $(top_builddir)/src/tun/libgnunettun.la \ 77 $(top_builddir)/src/tun/libgnunettun.la \
78 $(top_builddir)/src/mesh/libgnunetmesh.la \
79 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 78 $(top_builddir)/src/statistics/libgnunetstatistics.la \
80 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
81 $(GN_LIBINTL) 80 $(GN_LIBINTL)