aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2010-12-18 12:28:19 +0000
committerPhilipp Tölke <toelke@in.tum.de>2010-12-18 12:28:19 +0000
commitfcfd24ac2947d5129307614e85f6fbba45104530 (patch)
tree4cc47babe0a3f6bcb1a14e3f7b03f73312efd79d /src/util/Makefile.am
parent3e4d24eb5fd19e6af705144335129f41e60822ac (diff)
downloadgnunet-fcfd24ac2947d5129307614e85f6fbba45104530.tar.gz
gnunet-fcfd24ac2947d5129307614e85f6fbba45104530.zip
Patch by Marenz: Allow parallel build (make -j 2)
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 427ed2567..01e7e3219 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -90,14 +90,17 @@ gnunet_service_resolver_SOURCES = \
90gnunet_service_resolver_LDADD = \ 90gnunet_service_resolver_LDADD = \
91 $(top_builddir)/src/util/libgnunetutil.la \ 91 $(top_builddir)/src/util/libgnunetutil.la \
92 $(GN_LIBINTL) 92 $(GN_LIBINTL)
93 93gnunet_service_resolver_DEPENDENCIES = \
94 libgnunetutil.la
95
94 96
95gnunet_resolver_SOURCES = \ 97gnunet_resolver_SOURCES = \
96 gnunet-resolver.c 98 gnunet-resolver.c
97gnunet_resolver_LDADD = \ 99gnunet_resolver_LDADD = \
98 $(top_builddir)/src/util/libgnunetutil.la \ 100 $(top_builddir)/src/util/libgnunetutil.la \
99 $(GN_LIBINTL) 101 $(GN_LIBINTL)
100 102gnunet_resolver_DEPENDENCIES = \
103 libgnunetutil.la
101 104
102plugin_LTLIBRARIES = \ 105plugin_LTLIBRARIES = \
103 libgnunet_plugin_test.la 106 libgnunet_plugin_test.la