[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16345 - in gnunet/src: transport util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16345 - in gnunet/src: transport util |
Date: |
Wed, 3 Aug 2011 13:17:55 +0200 |
Author: grothoff
Date: 2011-08-03 13:17:55 +0200 (Wed, 03 Aug 2011)
New Revision: 16345
Modified:
gnunet/src/transport/Makefile.am
gnunet/src/util/Makefile.am
Log:
LRN: Fix automake deps to allow -j* builds again
Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am 2011-08-03 08:10:52 UTC (rev 16344)
+++ gnunet/src/transport/Makefile.am 2011-08-03 11:17:55 UTC (rev 16345)
@@ -62,7 +62,7 @@
test_quota_compliance_unix_asymmetric_recv_constant
endif
-noinst_PROGRAMS = ${check_PROGRAMS} $(WLAN_BIN_DUMMY)
+noinst_PROGRAMS = $(WLAN_BIN_DUMMY)
lib_LTLIBRARIES = \
Modified: gnunet/src/util/Makefile.am
===================================================================
--- gnunet/src/util/Makefile.am 2011-08-03 08:10:52 UTC (rev 16344)
+++ gnunet/src/util/Makefile.am 2011-08-03 11:17:55 UTC (rev 16345)
@@ -32,6 +32,8 @@
gnunet-config-diff.c
gnunet_config_diff_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la
+gnunet_config_diff_DEPENDENCIES = \
+ libgnunetutil.la
lib_LTLIBRARIES = libgnunetutil.la
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16345 - in gnunet/src: transport util,
gnunet <=