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' --- contrib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index eacfa8295..c8d301e67 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -83,7 +83,7 @@ check_PROGRAMS = \ test_gnunet_prefix 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