aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b77025a3e..524098992 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,10 +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
10endif 11endif
11 12
12if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
13 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
14endif 16endif
15 17
16if HAVE_MYSQL 18if HAVE_MYSQL