aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-16 11:38:14 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-16 11:38:14 +0000
commite3eafec912a3b75fdfed15053d66c14ccc72dd2a (patch)
tree65b52015a77ed2c40a7609b03a51d7de16cbb886 /src/Makefile.am
parent51e475cdc337a5d11bd3d552159243aa68dfe332 (diff)
downloadgnunet-e3eafec912a3b75fdfed15053d66c14ccc72dd2a.tar.gz
gnunet-e3eafec912a3b75fdfed15053d66c14ccc72dd2a.zip
-fs stable again
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b620c0335..d895b6095 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 = fs gns chat consensus dv 6 EXP_DIR = gns chat consensus dv
7endif 7endif
8 8
9if LINUX 9if LINUX
@@ -54,7 +54,8 @@ SUBDIRS = \
54 regex \ 54 regex \
55 mesh \ 55 mesh \
56 lockmanager \ 56 lockmanager \
57 stream \ 57 stream \
58 fs \
58 $(LINUX_DIR) \ 59 $(LINUX_DIR) \
59 $(MINGW_DIR) \ 60 $(MINGW_DIR) \
60 integration-tests \ 61 integration-tests \