diff options
author | LRN <lrn1986@gmail.com> | 2014-02-02 17:11:17 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2014-02-02 17:11:17 +0000 |
commit | 611d42112112fe6e11df8a6417f3a0b69d97143f (patch) | |
tree | 313e787c8f7def8d6c2773bcf8b4bc3df6b3d633 /src/dv/Makefile.am | |
parent | c7cbdf47e1cf85e04e1f229765f69b0b95cbc401 (diff) |
Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
Diffstat (limited to 'src/dv/Makefile.am')
-rw-r--r-- | src/dv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 37bd770462..db4e1f1d50 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -76,7 +76,7 @@ check_PROGRAMS = \ endif 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 |