From: Christian Grothoff Date: Tue, 19 Jul 2011 11:11:05 +0000 (+0000) Subject: dd dependencies to some programs X-Git-Tag: initial-import-from-subversion-38251~17732 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cdd1a9f1a47dcea568793561a436a3d9850bb80;p=oweals%2Fgnunet.git dd dependencies to some programs Should allow for correct building with make -j* -LRN --- diff --git a/src/chat/Makefile.am b/src/chat/Makefile.am index 39a2df2a1..dcf1f5a2d 100644 --- a/src/chat/Makefile.am +++ b/src/chat/Makefile.am @@ -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 \ diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 4f9a20433..7f95f60b8 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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 \ diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am index 6076e3294..3f3f61d8d 100644 --- a/src/nat/Makefile.am +++ b/src/nat/Makefile.am @@ -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)