-indent, doxygen
[oweals/gnunet.git] / src / dv / Makefile.am
index f0397910042695b2efdb0e5aadadf80c642064d2..db4e1f1d505592b3f6304cf8e903895f0e6121b3 100644 (file)
@@ -59,10 +59,14 @@ 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/hello/libgnunethello.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 \
+  $(top_builddir)/src/hello/libgnunethello.la \
   libgnunetdv.la                                               
 
 if HAVE_TESTING
@@ -72,6 +76,7 @@ check_PROGRAMS = \
 endif
 
 if ENABLE_TEST_RUN
+ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
  TESTS = $(check_PROGRAMS) 
 endif