aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-30 13:54:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-30 13:54:06 +0000
commit80e92ddfe8aa067e4b3b6eb90e6f66897a10c910 (patch)
tree7b041046b14f5fd6734582a9dbb92b6dfaa9c315 /src/Makefile.am
parentc2a70d386b29bd9210a661f41b0709cb523e2f96 (diff)
downloadgnunet-80e92ddfe8aa067e4b3b6eb90e6f66897a10c910.tar.gz
gnunet-80e92ddfe8aa067e4b3b6eb90e6f66897a10c910.zip
-integrating multicast with build system
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4eb5aeb19..20344e29c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ if HAVE_TESTING
11endif 11endif
12 12
13if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
14 EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 14 EXP_DIR = dv multicast $(CONSENSUS) $(EXPERIMENTATION)
15#note: scalarproduct 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