removing duplicate state transission
[oweals/gnunet.git] / contrib / Makefile.am
index 7d1bfb8aba7dbd5031c3681c8e10141204f8e2f3..f36922b202c9d6444d664963cb856632acffb0a0 100644 (file)
@@ -61,6 +61,9 @@ EXTRA_DIST = \
  openvpn-tap32/tap32-signed-i386-2.1.zip \
  openvpn-tap32/tap32-source-2.1.zip
 
+CLEANFILES = \
+  $(noinst_SCRIPTS)
+
 do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
 
 %.py: %.py.in Makefile
@@ -80,6 +83,7 @@ check_PROGRAMS = \
  test_gnunet_prefix
 
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = $(check_PROGRAMS)
 endif