From 90dcbc87096e698b5cd210b5067cabd76f32b4c4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 15 Jun 2011 08:57:32 +0000 Subject: [PATCH] mark experimental code --- src/Makefile.am | 11 +++++++---- 1 file 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 @@ 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) -- 2.25.1