fix #3284: support lib/MULTIARCH/ paths in installation, use GNUNET_PREFIX=@libdir...
[oweals/gnunet.git] / src / scalarproduct / Makefile.am
index b167bacb1344ac55242359a005222f7d2e8272dd..010d7ebfa79eec385cb1db14aaf94b0e0440667d 100644 (file)
@@ -67,6 +67,6 @@ check_SCRIPTS = \
   test_scalarproduct_negativezero.sh
 
 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_SCRIPTS)
 endif