aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-14 18:45:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-14 18:45:55 +0000
commit7d9d8f793ebc261192fe33a87905133e1bf36512 (patch)
treed9dd0eaa5863a36878cd65190aeff96a41f25ca4 /src/Makefile.am
parentd03a033c429a993d0d0511600fef0c15ada5d950 (diff)
downloadgnunet-7d9d8f793ebc261192fe33a87905133e1bf36512.tar.gz
gnunet-7d9d8f793ebc261192fe33a87905133e1bf36512.zip
-move pseudonym code to fs, mark fs as experimental for now
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 771432a91..11e260e5a 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 consensus dv 6 EXP_DIR = fs chat consensus dv
7endif 7endif
8 8
9if LINUX 9if LINUX
@@ -55,7 +55,6 @@ SUBDIRS = \
55 mesh \ 55 mesh \
56 lockmanager \ 56 lockmanager \
57 stream \ 57 stream \
58 fs \
59 $(LINUX_DIR) \ 58 $(LINUX_DIR) \
60 $(MINGW_DIR) \ 59 $(MINGW_DIR) \
61 integration-tests \ 60 integration-tests \