aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-13 13:54:57 +0000
commitd94c5185fcdf47c6a57d3233b946fa7e621f7ad9 (patch)
tree1ded577285183d6457bde8787b9bccaa01f12143 /src/dv
parente184df6030ab5c5374fe3b8a94482ff5a30c1580 (diff)
downloadgnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.tar.gz
gnunet-d94c5185fcdf47c6a57d3233b946fa7e621f7ad9.zip
fixing parallel build, getting rid of useless _DEPENDENCIES declarations
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am
index db4e1f1d5..19bf000d4 100644
--- a/src/dv/Makefile.am
+++ b/src/dv/Makefile.am
@@ -64,10 +64,6 @@ libgnunet_plugin_transport_dv_la_LIBADD = \
64 $(top_builddir)/src/util/libgnunetutil.la 64 $(top_builddir)/src/util/libgnunetutil.la
65libgnunet_plugin_transport_dv_la_LDFLAGS = \ 65libgnunet_plugin_transport_dv_la_LDFLAGS = \
66 $(GN_PLUGIN_LDFLAGS) 66 $(GN_PLUGIN_LDFLAGS)
67libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
68 $(top_builddir)/src/ats/libgnunetats.la \
69 $(top_builddir)/src/hello/libgnunethello.la \
70 libgnunetdv.la
71 67
72if HAVE_TESTING 68if HAVE_TESTING
73check_PROGRAMS = \ 69check_PROGRAMS = \