aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f115fbf86..37bcbf676 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,7 @@
3#endif 3#endif
4 4
5if HAVE_EXPERIMENTAL 5if HAVE_EXPERIMENTAL
6 EXP_DIR = chat dv stream regex lockmanager 6 EXP_DIR = chat dv stream regex
7endif 7endif
8 8
9if LINUX 9if LINUX
@@ -49,6 +49,7 @@ SUBDIRS = \
49 topology \ 49 topology \
50 fs \ 50 fs \
51 mesh \ 51 mesh \
52 lockmanager \
52 $(LINUX_DIR) \ 53 $(LINUX_DIR) \
53 integration-tests \ 54 integration-tests \
54 $(EXP_DIR) 55 $(EXP_DIR)