gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15638 - gnunet/src


From: gnunet
Subject: [GNUnet-SVN] r15638 - gnunet/src
Date: Wed, 15 Jun 2011 10:57:33 +0200

Author: grothoff
Date: 2011-06-15 10:57:32 +0200 (Wed, 15 Jun 2011)
New Revision: 15638

Modified:
   gnunet/src/Makefile.am
Log:
mark experimental code

Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2011-06-15 08:48:22 UTC (rev 15637)
+++ gnunet/src/Makefile.am      2011-06-15 08:57:32 UTC (rev 15638)
@@ -4,10 +4,16 @@
 
 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) \
   util \
@@ -30,7 +36,4 @@
   hostlist \
   topology \
   fs \
-  fragmentation \
-  mesh \
-  vpn \
-  chat
+  $(EXP_DIR)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]