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:
70ec145
)
currently borken
author
Christian Grothoff
<christian@grothoff.org>
Mon, 4 Apr 2011 17:57:02 +0000
(17:57 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 4 Apr 2011 17:57:02 +0000
(17:57 +0000)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index 2729ccfd2384827df98ba0204ab7632c5444d026..1b88b08d2460a829a001eaf567c194568014ec56 100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-7,6
+7,10
@@
if HAVE_OPENSSL
MONKEY_DIR = monkey
endif
endif
+if HAVE_EXPERIMENTAL
+ DS_exp = datastore
+ FS_exp = fs
+endif
SUBDIRS = \
include $(INTLEMU_SUBDIRS) \
@@
-18,7
+22,7
@@
SUBDIRS = \
$(MONKEY_DIR) \
peerinfo \
datacache \
-
datastore
\
+
$(DS_exp)
\
template \
nat \
transport \
@@
-29,7
+33,7
@@
SUBDIRS = \
dht \
hostlist \
topology \
-
fs
\
+
$(FS_exp)
\
fragmentation \
mesh \
vpn \