From 428ea7205a76b37863e7d987512aaae45029f37b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jan 2012 16:44:34 +0000 Subject: [PATCH] -LRN add missing dependency --- src/dns/Makefile.am | 8 ++++++++ src/vpn/Makefile.am | 2 ++ 2 files changed, 10 insertions(+) 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 diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 6dcc85f67..28eb86b7d 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -70,6 +70,8 @@ gnunet_vpn_LDADD = \ $(top_builddir)/src/vpn/libgnunetvpn.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) +gnunet_vpn_DEPENDENCIES = \ + libgnunetvpn.la libgnunetvpn_la_SOURCES = \ vpn_api.c vpn.h -- 2.25.1