aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-22 17:57:42 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-22 17:57:42 +0000
commit2018d484bb120ae63843146522d7afd1923d9d00 (patch)
tree904a46b605b97000aa71c0e0c530bd4f04c87f42 /src/Makefile.am
parentef32bc72416e56a918919abb1e147c3b7cad04f8 (diff)
downloadgnunet-2018d484bb120ae63843146522d7afd1923d9d00.tar.gz
gnunet-2018d484bb120ae63843146522d7afd1923d9d00.zip
-promoting regex to non-experimental as mesh needs it now
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 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) \