aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-23 18:02:34 +0000
committerLRN <lrn1986@gmail.com>2012-08-23 18:02:34 +0000
commit36166fcfe8b8c1344d681ceb625d095f91af662b (patch)
treefa9b7439c7d2e1bbec9d030f74e5a73ca7074f5e /src/dns
parentbabbb2a8cf2cb588ebb0bab7ad9eb54d3863afbc (diff)
downloadgnunet-36166fcfe8b8c1344d681ceb625d095f91af662b.tar.gz
gnunet-36166fcfe8b8c1344d681ceb625d095f91af662b.zip
Roll back r23388, fix it differently
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 780b80d56..6e543e07f 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -71,12 +71,14 @@ gnunet_dns_redirector_DEPENDENCIES = \
71gnunet_service_dns_SOURCES = \ 71gnunet_service_dns_SOURCES = \
72 gnunet-service-dns.c 72 gnunet-service-dns.c
73gnunet_service_dns_LDADD = \ 73gnunet_service_dns_LDADD = \
74 libgnunetdnsstub.la \ 74 $(top_builddir)/src/dns/libgnunetdnsstub.la \
75 $(top_builddir)/src/tun/libgnunettun.la \ 75 $(top_builddir)/src/tun/libgnunettun.la \
76 $(top_builddir)/src/mesh/libgnunetmesh.la \ 76 $(top_builddir)/src/mesh/libgnunetmesh.la \
77 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 77 $(top_builddir)/src/statistics/libgnunetstatistics.la \
78 $(top_builddir)/src/util/libgnunetutil.la \ 78 $(top_builddir)/src/util/libgnunetutil.la \
79 $(GN_LIBINTL) 79 $(GN_LIBINTL)
80gnunet_service_dns_DEPENDENCIES = \
81 libgnunetdnsstub.la
80 82
81libgnunetdnsparser_la_SOURCES = \ 83libgnunetdnsparser_la_SOURCES = \
82 dnsparser.c 84 dnsparser.c