removing remenants of abstract unix domain socket handling, this finishes addressing...
[oweals/gnunet.git] / src / dv / Makefile.am
index 72e8fa4a85d089cd2b788bf87ac252d780e0d655..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)
@@ -93,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