From f57cbab24fb7a22fc982eb8b6c4a2d18402be460 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Jan 2014 14:47:20 +0000 Subject: fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check' --- src/psycstore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/psycstore/Makefile.am') diff --git a/src/psycstore/Makefile.am b/src/psycstore/Makefile.am index 44ac5bb49..d87cd25f0 100644 --- a/src/psycstore/Makefile.am +++ b/src/psycstore/Makefile.am @@ -81,7 +81,7 @@ check_PROGRAMS = \ endif if ENABLE_TEST_RUN -TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH; +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;export PATH=@prefix@/bin:$$PATH; TESTS = $(check_PROGRAMS) endif -- cgit v1.2.3