SET building is working now ... but SET itself seems to fail
[oweals/gnunet.git] / src / dv / Makefile.am
index fecff08a7625d0559dda0ab1a47b9cd89e3fdbd2..f0397910042695b2efdb0e5aadadf80c642064d2 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
  WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols 
@@ -23,7 +23,7 @@ lib_LTLIBRARIES = libgnunetdv.la
 plugin_LTLIBRARIES = libgnunet_plugin_transport_dv.la
 
 libgnunetdv_la_SOURCES = \
-  dv_api.c dv.h gnunet_dv_service.h
+  dv_api.c dv.h 
 libgnunetdv_la_LIBADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL) $(XLIB)
@@ -42,7 +42,7 @@ gnunet_service_dv_SOURCES = \
  gnunet-service-dv.c dv.h
 gnunet_service_dv_LDADD = \
   $(top_builddir)/src/ats/libgnunetats.la \
-  $(top_builddir)/src/consensus/libgnunetconsensus.la \
+  $(top_builddir)/src/set/libgnunetset.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/core/libgnunetcore.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -65,10 +65,11 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \
 libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
   libgnunetdv.la                                               
 
+if HAVE_TESTING
 check_PROGRAMS = \
  test_transport_blacklist \
  test_transport_dv
-
+endif
 
 if ENABLE_TEST_RUN
  TESTS = $(check_PROGRAMS) 
@@ -92,5 +93,6 @@ test_transport_blacklist_LDADD = \
 
 EXTRA_DIST = \
   test_transport_dv_data.conf \
-  test_transport_blacklist_data.conf 
+  test_transport_blacklist_data.conf \
+  template_dv.conf