LRN: Fix automake deps to allow -j* builds again
authorChristian Grothoff <christian@grothoff.org>
Wed, 3 Aug 2011 11:17:55 +0000 (11:17 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 3 Aug 2011 11:17:55 +0000 (11:17 +0000)
src/transport/Makefile.am
src/util/Makefile.am

index 7a9f7cad28361a5dba35ee130f2afafcbddb3292..6a870c6b096e81ba6a01d4e7996560d7084dd520 100644 (file)
@@ -62,7 +62,7 @@ UNIX_QUOTA_TEST = test_quota_compliance_unix \
      test_quota_compliance_unix_asymmetric_recv_constant
 endif
 
-noinst_PROGRAMS = ${check_PROGRAMS} $(WLAN_BIN_DUMMY)
+noinst_PROGRAMS = $(WLAN_BIN_DUMMY)
 
 
 lib_LTLIBRARIES = \
index 7371faf2e5439aadc545ffb647c9aa9da258f60a..02f823442523c45fae91a96e4c8de531d2c9df9c 100644 (file)
@@ -32,6 +32,8 @@ gnunet_config_diff_SOURCES = \
  gnunet-config-diff.c
 gnunet_config_diff_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la  
+gnunet_config_diff_DEPENDENCIES = \
+ libgnunetutil.la
 
 
 lib_LTLIBRARIES = libgnunetutil.la