aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2014-03-07 15:52:26 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2014-03-07 15:52:26 +0000
commit918024cf6824c59e91593b7ade6b8ff8a93a214b (patch)
treeae50bf71b8032bf8a7d6ac524cac8b3bb2b77c4d /src/scalarproduct/Makefile.am
parentacc0419893e4cb67e46357fe77f0e8a285c6ee31 (diff)
downloadgnunet-918024cf6824c59e91593b7ade6b8ff8a93a214b.tar.gz
gnunet-918024cf6824c59e91593b7ade6b8ff8a93a214b.zip
- removed custom crypto functionality in scalarproduct
- scalarproduct now uses the paillier-API + associated structs - omitted SP-tests for now, scalarproduct is still heavily being reworked
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 0f838a7f9..81ee9c4fc 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -68,5 +68,5 @@ check_SCRIPTS = \
68 68
69if ENABLE_TEST_RUN 69if ENABLE_TEST_RUN
70 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 70 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
71 TESTS = $(check_SCRIPTS) 71# TESTS = $(check_SCRIPTS)
72endif 72endif