Check that you are not present in trail twice
[oweals/gnunet.git] / src / fragmentation / Makefile.am
index 333a270e7fd56afb1861350fe18b6c910bb61be2..2497b5a078a94782762fa50df645fb138155859a 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
@@ -25,6 +25,7 @@ check_PROGRAMS = \
  test_fragmentation
 
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = $(check_PROGRAMS)
 endif