[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16107 - in gnunet/src: chat core nat
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16107 - in gnunet/src: chat core nat |
Date: |
Tue, 19 Jul 2011 13:11:05 +0200 |
Author: grothoff
Date: 2011-07-19 13:11:05 +0200 (Tue, 19 Jul 2011)
New Revision: 16107
Modified:
gnunet/src/chat/Makefile.am
gnunet/src/core/Makefile.am
gnunet/src/nat/Makefile.am
Log:
dd dependencies to some programs
Should allow for correct building with make -j*
-LRN
Modified: gnunet/src/chat/Makefile.am
===================================================================
--- gnunet/src/chat/Makefile.am 2011-07-19 09:58:26 UTC (rev 16106)
+++ gnunet/src/chat/Makefile.am 2011-07-19 11:11:05 UTC (rev 16107)
@@ -37,6 +37,8 @@
$(top_builddir)/src/chat/libgnunetchat.la \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)
+gnunet_chat_DEPENDENCIES = \
+ libgnunetchat.la
check_PROGRAMS = \
test_chat \
Modified: gnunet/src/core/Makefile.am
===================================================================
--- gnunet/src/core/Makefile.am 2011-07-19 09:58:26 UTC (rev 16106)
+++ gnunet/src/core/Makefile.am 2011-07-19 11:11:05 UTC (rev 16107)
@@ -46,8 +46,9 @@
$(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 \
test_core_api \
Modified: gnunet/src/nat/Makefile.am
===================================================================
--- gnunet/src/nat/Makefile.am 2011-07-19 09:58:26 UTC (rev 16106)
+++ gnunet/src/nat/Makefile.am 2011-07-19 11:11:05 UTC (rev 16107)
@@ -27,6 +27,8 @@
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16107 - in gnunet/src: chat core nat,
gnunet <=