X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdv%2FMakefile.am;h=33a291292e78de930d613c511fbebd90551fa07e;hb=38c6188791c21c815d4260593116698fa6b1bf4d;hp=72e8fa4a85d089cd2b788bf87ac252d780e0d655;hpb=ea7eed529e12dcbed6a6775b818d8b93b9505f18;p=oweals%2Fgnunet.git diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 72e8fa4a8..33a291292 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -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) @@ -59,10 +59,12 @@ libgnunet_plugin_transport_dv_la_SOURCES = \ plugin_transport_dv.c libgnunet_plugin_transport_dv_la_LIBADD = \ libgnunetdv.la \ + $(top_builddir)/src/ats/libgnunetats.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunet_plugin_transport_dv_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ + $(top_builddir)/src/ats/libgnunetats.la \ libgnunetdv.la if HAVE_TESTING @@ -93,5 +95,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