aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-11-05 01:10:35 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-11-05 01:10:35 +0000
commitad8ed315dca32a5de2af97bfda96c6199c565722 (patch)
tree91d9beffd3c3a66f4fc09701bbcda890346a68d4 /src/Makefile.am
parentca2c7bdfa64a30c0013598f0718dcfe7e6d98b2a (diff)
downloadgnunet-ad8ed315dca32a5de2af97bfda96c6199c565722.tar.gz
gnunet-ad8ed315dca32a5de2af97bfda96c6199c565722.zip
skeleton for secretsharing
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 0d47cb2b4..e95fdb222 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,6 +6,7 @@ if HAVE_TESTING
6 TESTING = testing 6 TESTING = testing
7 TESTBED = testbed 7 TESTBED = testbed
8 CONSENSUS = consensus 8 CONSENSUS = consensus
9 SECRETSHARING = secretsharing
9 EXPERIMENTATION = experimentation 10 EXPERIMENTATION = experimentation
10endif 11endif
11 12
@@ -15,6 +16,7 @@ if HAVE_EXPERIMENTAL
15 env \ 16 env \
16 psyc \ 17 psyc \
17 $(CONSENSUS) \ 18 $(CONSENSUS) \
19 $(SECRETSHARING) \
18 $(EXPERIMENTATION) 20 $(EXPERIMENTATION)
19endif 21endif
20 22