aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 17:57:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 17:57:02 +0000
commit060e3c202b9c4aed542617ac84b6b3061f51be2b (patch)
tree7f21119413f2b63f05bdfa6abaaaf7a9f26e4040 /src/Makefile.am
parent70ec14559f335b5d433fb39ebefcbefdb659194a (diff)
downloadgnunet-060e3c202b9c4aed542617ac84b6b3061f51be2b.tar.gz
gnunet-060e3c202b9c4aed542617ac84b6b3061f51be2b.zip
currently borken
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2729ccfd2..1b88b08d2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,6 +7,10 @@ if HAVE_OPENSSL
7 MONKEY_DIR = monkey 7 MONKEY_DIR = monkey
8endif 8endif
9endif 9endif
10if HAVE_EXPERIMENTAL
11 DS_exp = datastore
12 FS_exp = fs
13endif
10 14
11SUBDIRS = \ 15SUBDIRS = \
12 include $(INTLEMU_SUBDIRS) \ 16 include $(INTLEMU_SUBDIRS) \
@@ -18,7 +22,7 @@ SUBDIRS = \
18 $(MONKEY_DIR) \ 22 $(MONKEY_DIR) \
19 peerinfo \ 23 peerinfo \
20 datacache \ 24 datacache \
21 datastore \ 25 $(DS_exp) \
22 template \ 26 template \
23 nat \ 27 nat \
24 transport \ 28 transport \
@@ -29,7 +33,7 @@ SUBDIRS = \
29 dht \ 33 dht \
30 hostlist \ 34 hostlist \
31 topology \ 35 topology \
32 fs \ 36 $(FS_exp) \
33 fragmentation \ 37 fragmentation \
34 mesh \ 38 mesh \
35 vpn \ 39 vpn \