aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-03 11:17:55 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-03 11:17:55 +0000
commitb13e9c239cab7a15d2aef2bb938a4e68238d3408 (patch)
treec11a74c3dca6aa274774992c86c65a0a5d6d9e87 /src/util
parentd14ef1bf289928a170d6c50d373b42cb76139a9c (diff)
downloadgnunet-b13e9c239cab7a15d2aef2bb938a4e68238d3408.tar.gz
gnunet-b13e9c239cab7a15d2aef2bb938a4e68238d3408.zip
LRN: Fix automake deps to allow -j* builds again
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 7371faf2e..02f823442 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -32,6 +32,8 @@ gnunet_config_diff_SOURCES = \
32 gnunet-config-diff.c 32 gnunet-config-diff.c
33gnunet_config_diff_LDADD = \ 33gnunet_config_diff_LDADD = \
34 $(top_builddir)/src/util/libgnunetutil.la 34 $(top_builddir)/src/util/libgnunetutil.la
35gnunet_config_diff_DEPENDENCIES = \
36 libgnunetutil.la
35 37
36 38
37lib_LTLIBRARIES = libgnunetutil.la 39lib_LTLIBRARIES = libgnunetutil.la