aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \