aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-23 13:39:32 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-23 13:39:32 +0000
commit22ab4538a2f7a21c0c831599a56d50c147de0ae5 (patch)
tree65a234903970dea6cab9cdfce75e10c72f9e44f3 /src/Makefile.am
parent1a4262ba723c6806e2260f6431e273e29c1143b9 (diff)
downloadgnunet-22ab4538a2f7a21c0c831599a56d50c147de0ae5.tar.gz
gnunet-22ab4538a2f7a21c0c831599a56d50c147de0ae5.zip
-starting to rename vectorproduct to scalarproduct, as this is not doing a cross product
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 524098992..fcc18d3ea 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,12 +7,12 @@ if HAVE_TESTING
7 TESTBED = testbed 7 TESTBED = testbed
8 CONSENSUS = consensus 8 CONSENSUS = consensus
9 EXPERIMENTATION = experimentation 9 EXPERIMENTATION = experimentation
10 VECTORPRODUCT = vectorproduct 10 SCALARPRODUCT = scalarproduct
11endif 11endif
12 12
13if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
14 EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 14 EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION)
15#note: vectorproduct is not being listed here yet as the crypto is being reworked at the moment 15#note: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
16endif 16endif
17 17
18if HAVE_MYSQL 18if HAVE_MYSQL