aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 19:20:06 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 19:20:06 +0000
commite8cafb8bf10ef6ebd8f07b64fa2bfab948dd6294 (patch)
treee114a760800d07604b65d4eedf64083bd30ae392 /src/scalarproduct/Makefile.am
parentdce29804b2af0ff52ea3365039024d3dd1079617 (diff)
downloadgnunet-e8cafb8bf10ef6ebd8f07b64fa2bfab948dd6294.tar.gz
gnunet-e8cafb8bf10ef6ebd8f07b64fa2bfab948dd6294.zip
add testcase for SP logic
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index 57df0e840..e2487d9f3 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -114,4 +114,5 @@ endif
114test_ecc_scalarproduct_SOURCES = \ 114test_ecc_scalarproduct_SOURCES = \
115 test_ecc_scalarproduct.c 115 test_ecc_scalarproduct.c
116test_ecc_scalarproduct_LDADD = \ 116test_ecc_scalarproduct_LDADD = \
117 $(top_builddir)/src/util/libgnunetutil.la 117 $(top_builddir)/src/util/libgnunetutil.la \
118 -lgcrypt