aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0afd18063..40125d0d8 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 6 EXP_DIR = chat dv stream
7endif 7endif
8 8
9if LINUX 9if LINUX
@@ -49,6 +49,7 @@ SUBDIRS = \
49 hostlist \ 49 hostlist \
50 topology \ 50 topology \
51 fs \ 51 fs \
52 regex \
52 mesh \ 53 mesh \
53 lockmanager \ 54 lockmanager \
54 $(LINUX_DIR) \ 55 $(LINUX_DIR) \