- fix
[oweals/gnunet.git] / src / dv / Makefile.am
index aa39bca2ee26744f6e31eb9a2d85d5ef2ac90790..e0cd2e4e818819f2ea4f96b418b2dbf5c9ed1862 100644 (file)
@@ -11,6 +11,11 @@ endif
 
 plugindir = $(libdir)/gnunet
 
+pkgcfgdir= $(pkgdatadir)/config.d/
+
+pkgcfg_DATA = \
+  dv.conf
+
 lib_LTLIBRARIES = libgnunetdv.la
 
 plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la
@@ -34,6 +39,7 @@ gnunet_service_dv_SOURCES = \
 gnunet_service_dv_LDADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/dv/libgnunetdv.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -57,13 +63,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