From 428ea7205a76b37863e7d987512aaae45029f37b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jan 2012 16:44:34 +0000 Subject: -LRN add missing dependency --- src/dns/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dns/Makefile.am') 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 = \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(GN_LIBINTL) +gnunet_service_dns_DEPENDENCIES = \ + libgnunetdnsparser.la gnunet_dns_monitor_SOURCES = \ gnunet-dns-monitor.c @@ -65,6 +67,9 @@ gnunet_dns_monitor_LDADD = \ $(top_builddir)/src/dns/libgnunetdnsnew.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_dns_monitor_DEPENDENCIES = \ + libgnunetdnsparser.la \ + libgnunetdnsnew.la gnunet_dns_redirector_SOURCES = \ gnunet-dns-redirector.c @@ -73,6 +78,9 @@ gnunet_dns_redirector_LDADD = \ $(top_builddir)/src/dns/libgnunetdnsnew.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_dns_redirector_DEPENDENCIES = \ + libgnunetdnsparser.la \ + libgnunetdnsnew.la gnunet_service_dns_new_SOURCES = \ gnunet-service-dns_new.c -- cgit v1.2.3