aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-05 17:06:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-05 17:06:00 +0000
commit28e65c68b78d6d918380dd5966924ae3669b91e7 (patch)
treeb91bc6275c8c7c664fdac51ee86a68ded2d0faf3 /src/Makefile.am
parenta0c69913844c7536404cf24e348658a458a0bea7 (diff)
downloadgnunet-28e65c68b78d6d918380dd5966924ae3669b91e7.tar.gz
gnunet-28e65c68b78d6d918380dd5966924ae3669b91e7.zip
-not experimental anymore
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 329d7b3e5..503b25a45 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 6 EXP_DIR = chat dv
7endif 7endif
8 8
9if LINUX 9if LINUX
@@ -56,6 +56,7 @@ SUBDIRS = \
56 regex \ 56 regex \
57 mesh \ 57 mesh \
58 lockmanager \ 58 lockmanager \
59 stream \
59 $(LINUX_DIR) \ 60 $(LINUX_DIR) \
60 $(MINGW_DIR) \ 61 $(MINGW_DIR) \
61 integration-tests \ 62 integration-tests \