LRN: Fix automake deps to allow -j* builds again
[oweals/gnunet.git] / src / dv / Makefile.am
index 64763af55e4f8b0a39b5ed92787c6c6f829f1c08..d505e31c41a0c8d0b9e674b54728932c2410f429 100644 (file)
@@ -58,13 +58,14 @@ check_PROGRAMS = \
  test_transport_api_dv
 # test_dv_topology
 
-if !DISABLE_TEST_RUN
+if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
 endif
 
 test_transport_api_dv_SOURCES = \
  test_transport_api_dv.c
 test_transport_api_dv_LDADD = \
+ $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la