dd dependencies to some programs
authorChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 11:11:05 +0000 (11:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 19 Jul 2011 11:11:05 +0000 (11:11 +0000)
Should allow for correct building with make -j*

-LRN

src/chat/Makefile.am
src/core/Makefile.am
src/nat/Makefile.am

index 39a2df2a10b54c462ff96c238c920c7d0c421afd..dcf1f5a2d586141239359d14317503ed87d9259a 100644 (file)
@@ -37,6 +37,8 @@ gnunet_chat_LDADD = \
   $(top_builddir)/src/chat/libgnunetchat.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
+gnunet_chat_DEPENDENCIES = \
+  libgnunetchat.la
 
 check_PROGRAMS = \
  test_chat \
index 4f9a20433614eabe5a00f3b93ec7450bcf6c8632..7f95f60b8965fd0a2af624d001595bda65560c39 100644 (file)
@@ -46,7 +46,8 @@ gnunet_core_list_connections_LDADD = \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/util/libgnunetutil.la
-
+gnunet_core_list_connections_DEPENDENCIES = \
+  libgnunetcore.la
 
 check_PROGRAMS = \
  test_core_api_start_only \
index 6076e329447f012830212e45cb775056fc24ba5a..3f3f61d8d77397a20a39ac60b067d2fdcf6bfe44 100644 (file)
@@ -27,6 +27,8 @@ gnunet_nat_server_SOURCES = \
 gnunet_nat_server_LDADD = \
   $(top_builddir)/src/nat/libgnunetnat.la \
   $(top_builddir)/src/util/libgnunetutil.la
+gnunet_nat_server_DEPENDENCIES = \
+  libgnunetnat.la
 
 gnunet_helper_nat_server_SOURCES = \
  $(NATSERVER)