aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-09 16:44:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-09 16:44:34 +0000
commit428ea7205a76b37863e7d987512aaae45029f37b (patch)
treee5913de23b7b2ff26c337092c19b341adb78a243 /src/dns
parent0e770eb262e25bd2d2b268d2f72c4918280a4a2a (diff)
downloadgnunet-428ea7205a76b37863e7d987512aaae45029f37b.tar.gz
gnunet-428ea7205a76b37863e7d987512aaae45029f37b.zip
-LRN add missing dependency
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am
index 78420a084..cbff225b0 100644
--- a/src/dns/Makefile.am
+++ b/src/dns/Makefile.am
@@ -57,6 +57,8 @@ gnunet_service_dns_LDADD = \
57 $(top_builddir)/src/mesh/libgnunetmesh.la \ 57 $(top_builddir)/src/mesh/libgnunetmesh.la \
58 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 58 $(top_builddir)/src/dns/libgnunetdnsparser.la \
59 $(GN_LIBINTL) 59 $(GN_LIBINTL)
60gnunet_service_dns_DEPENDENCIES = \
61 libgnunetdnsparser.la
60 62
61gnunet_dns_monitor_SOURCES = \ 63gnunet_dns_monitor_SOURCES = \
62 gnunet-dns-monitor.c 64 gnunet-dns-monitor.c
@@ -65,6 +67,9 @@ gnunet_dns_monitor_LDADD = \
65 $(top_builddir)/src/dns/libgnunetdnsnew.la \ 67 $(top_builddir)/src/dns/libgnunetdnsnew.la \
66 $(top_builddir)/src/util/libgnunetutil.la \ 68 $(top_builddir)/src/util/libgnunetutil.la \
67 $(GN_LIBINTL) 69 $(GN_LIBINTL)
70gnunet_dns_monitor_DEPENDENCIES = \
71 libgnunetdnsparser.la \
72 libgnunetdnsnew.la
68 73
69gnunet_dns_redirector_SOURCES = \ 74gnunet_dns_redirector_SOURCES = \
70 gnunet-dns-redirector.c 75 gnunet-dns-redirector.c
@@ -73,6 +78,9 @@ gnunet_dns_redirector_LDADD = \
73 $(top_builddir)/src/dns/libgnunetdnsnew.la \ 78 $(top_builddir)/src/dns/libgnunetdnsnew.la \
74 $(top_builddir)/src/util/libgnunetutil.la \ 79 $(top_builddir)/src/util/libgnunetutil.la \
75 $(GN_LIBINTL) 80 $(GN_LIBINTL)
81gnunet_dns_redirector_DEPENDENCIES = \
82 libgnunetdnsparser.la \
83 libgnunetdnsnew.la
76 84
77gnunet_service_dns_new_SOURCES = \ 85gnunet_service_dns_new_SOURCES = \
78 gnunet-service-dns_new.c 86 gnunet-service-dns_new.c