projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ff2d4
)
mark experimental code
author
Christian Grothoff
<christian@grothoff.org>
Wed, 15 Jun 2011 08:57:32 +0000
(08:57 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 15 Jun 2011 08:57:32 +0000
(08:57 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 2729ccfd2384827df98ba0204ab7632c5444d026..2871554cf74e15c9b4c128a92f39eb2ef7775d99 100644
(file)
--- 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)