aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-08-22 13:41:49 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-08-22 13:41:49 +0000
commit3003feb0b391420b403654d840d3c67404fab048 (patch)
tree4da537dcded885418f9b7d357a7a8c73176ab4b2 /src/Makefile.am
parentf14d78e3c6555f5721705c587e01e8e10503de19 (diff)
downloadgnunet-3003feb0b391420b403654d840d3c67404fab048.tar.gz
gnunet-3003feb0b391420b403654d840d3c67404fab048.zip
added vectorproduct protocol definitions
added to be localized files to POTFILES added (inactive) changes to the src/Makefile.am added manpage for vectorproduct added apptype for vectorproduct added vectorproduct service, client, API and related sources to SVN
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