adding extended proxy support for http(s) client
[oweals/gnunet.git] / src / datastore / Makefile.am
index 2c0aec7a67af1e0c7878452e74a5de32f20375cf..7044cb46af736afd76eedf9daf859380dbad81e5 100644 (file)
@@ -170,7 +170,7 @@ check_PROGRAMS = \
   $(POSTGRES_TESTS)
 
 if ENABLE_TEST_RUN
-TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;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