X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdv%2FMakefile.am;h=33a291292e78de930d613c511fbebd90551fa07e;hb=38c6188791c21c815d4260593116698fa6b1bf4d;hp=f0397910042695b2efdb0e5aadadf80c642064d2;hpb=d66da394edab61fbb137d2dcfd80bd2a6845fa36;p=oweals%2Fgnunet.git diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index f03979100..33a291292 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -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