From: Christian Grothoff Date: Wed, 15 Jun 2011 08:57:32 +0000 (+0000) Subject: mark experimental code X-Git-Tag: initial-import-from-subversion-38251~18156 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90dcbc87096e698b5cd210b5067cabd76f32b4c4;p=oweals%2Fgnunet.git mark experimental code --- 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 @@ if HAVE_ESMTP if HAVE_OPENSSL +if HAVE_EXPERIMENTAL MONKEY_DIR = monkey endif endif +endif + +if HAVE_EXPERIMENTAL + EXP_DIR = fragmentation mesh vpn chat +endif SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ @@ -30,7 +36,4 @@ SUBDIRS = \ hostlist \ topology \ fs \ - fragmentation \ - mesh \ - vpn \ - chat + $(EXP_DIR)