Check that you are not present in trail twice
[oweals/gnunet.git] / src / fragmentation / Makefile.am
index d85373a1043975d285ad883d4f47c13672b434cb..2497b5a078a94782762fa50df645fb138155859a 100644 (file)
@@ -25,7 +25,7 @@ check_PROGRAMS = \
  test_fragmentation
 
 if ENABLE_TEST_RUN
-TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = $(check_PROGRAMS)
 endif