aboutsummaryrefslogtreecommitdiff
path: root/src/dv
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/dv
parent3e4d24eb5fd19e6af705144335129f41e60822ac (diff)
downloadgnunet-fcfd24ac2947d5129307614e85f6fbba45104530.tar.gz
gnunet-fcfd24ac2947d5129307614e85f6fbba45104530.zip
Patch by Marenz: Allow parallel build (make -j 2)
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index de72438d7..aa39bca2e 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -38,6 +38,8 @@ gnunet_service_dv_LDADD = \
38 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 38 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
39 $(top_builddir)/src/util/libgnunetutil.la \ 39 $(top_builddir)/src/util/libgnunetutil.la \
40 $(GN_LIBINTL) 40 $(GN_LIBINTL)
41gnunet_service_dv_DEPENDENCIES = \
42 libgnunetdv.la
41 43
42libgnunet_plugin_transport_dv_la_SOURCES = \ 44libgnunet_plugin_transport_dv_la_SOURCES = \
43 plugin_transport_dv.c 45 plugin_transport_dv.c
@@ -48,7 +50,8 @@ libgnunet_plugin_transport_dv_la_LIBADD = \
48 $(top_builddir)/src/util/libgnunetutil.la 50 $(top_builddir)/src/util/libgnunetutil.la
49libgnunet_plugin_transport_dv_la_LDFLAGS = \ 51libgnunet_plugin_transport_dv_la_LDFLAGS = \
50 $(GN_PLUGIN_LDFLAGS) 52 $(GN_PLUGIN_LDFLAGS)
51 53libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
54 libgnunetdv.la
52 55
53check_PROGRAMS = \ 56check_PROGRAMS = \
54 test_transport_api_dv 57 test_transport_api_dv