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/identity/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/identity') diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am index 616f0b5b0..b14ae57f8 100644 --- a/src/identity/Makefile.am +++ b/src/identity/Makefile.am @@ -68,7 +68,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