-LRN add missing dependency
authorChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2012 16:44:34 +0000 (16:44 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2012 16:44:34 +0000 (16:44 +0000)
src/dns/Makefile.am
src/vpn/Makefile.am

index 78420a084441963374226416a7a52f6d6b466470..cbff225b0040b853bdc661de711cd85bdac922d5 100644 (file)
@@ -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 
index 6dcc85f67606a88b7d0bdf9222c967de3b6d3eeb..28eb86b7dd04f8f67af5151ddfdd7496614a329b 100644 (file)
@@ -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