aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-30 19:49:02 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-30 19:49:02 +0000
commit8e013a4a1792ec10f213d7d0c1b7e5442b9559cf (patch)
treea39bf5521b7d00803636c865f095ce63354d6cf1 /src/scalarproduct/Makefile.am
parent147e93e5a3a8d35748665b6b3adb4ea72988d9c6 (diff)
downloadgnunet-8e013a4a1792ec10f213d7d0c1b7e5442b9559cf.tar.gz
gnunet-8e013a4a1792ec10f213d7d0c1b7e5442b9559cf.zip
-handle msg NULL
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index 071720812..0d3597126 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -66,5 +66,5 @@ check_SCRIPTS = \
66 66
67if ENABLE_TEST_RUN 67if ENABLE_TEST_RUN
68 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 68 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
69# TESTS = $(check_SCRIPTS) 69 TESTS = $(check_SCRIPTS)
70endif 70endif