aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-15 08:57:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-15 08:57:32 +0000
commit90dcbc87096e698b5cd210b5067cabd76f32b4c4 (patch)
tree98a9bb6426e5a97eb1c2113190fb7ff983f56d2f
parentf2ff2d483ff554448d17d550505a20d0c95380c4 (diff)
downloadgnunet-90dcbc87096e698b5cd210b5067cabd76f32b4c4.tar.gz
gnunet-90dcbc87096e698b5cd210b5067cabd76f32b4c4.zip
mark experimental code
-rw-r--r--src/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2729ccfd2..2871554cf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,9 +4,15 @@
4 4
5if HAVE_ESMTP 5if HAVE_ESMTP
6if HAVE_OPENSSL 6if HAVE_OPENSSL
7if HAVE_EXPERIMENTAL
7 MONKEY_DIR = monkey 8 MONKEY_DIR = monkey
8endif 9endif
9endif 10endif
11endif
12
13if HAVE_EXPERIMENTAL
14 EXP_DIR = fragmentation mesh vpn chat
15endif
10 16
11SUBDIRS = \ 17SUBDIRS = \
12 include $(INTLEMU_SUBDIRS) \ 18 include $(INTLEMU_SUBDIRS) \
@@ -30,7 +36,4 @@ SUBDIRS = \
30 hostlist \ 36 hostlist \
31 topology \ 37 topology \
32 fs \ 38 fs \
33 fragmentation \ 39 $(EXP_DIR)
34 mesh \
35 vpn \
36 chat