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/fs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/Makefile.am') diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index a04591ab2..79637e930 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -279,7 +279,7 @@ endif if ENABLE_TEST_RUN -TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;\ +TESTS_ENVIRONMENT=export GNUNET_PREFIX=@libdir@;\ export PATH=@prefix@/bin:$$PATH;\ $(MONKEY) TESTS = \ -- cgit v1.2.3