mark experimental code
authorChristian Grothoff <christian@grothoff.org>
Wed, 15 Jun 2011 08:57:32 +0000 (08:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 15 Jun 2011 08:57:32 +0000 (08:57 +0000)
src/Makefile.am

index 2729ccfd2384827df98ba0204ab7632c5444d026..2871554cf74e15c9b4c128a92f39eb2ef7775d99 100644 (file)
@@ -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)