aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-22 15:49:49 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-22 15:49:49 +0000
commitc2d88b4c711713ee4d5511cb30142aa4c7738548 (patch)
treef2d6c6059e12ed80ef0ec2276d383e8f566b2de4 /src/Makefile.am
parent71896114a4f9c2bd7eb1c3f67cc7ba23d6522152 (diff)
downloadgnunet-c2d88b4c711713ee4d5511cb30142aa4c7738548.tar.gz
gnunet-c2d88b4c711713ee4d5511cb30142aa4c7738548.zip
starting to use stream in fs
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 08b93efb0..9a240c8c6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,11 +52,11 @@ SUBDIRS = \
52 dht \ 52 dht \
53 hostlist \ 53 hostlist \
54 topology \ 54 topology \
55 fs \
56 regex \ 55 regex \
57 mesh \ 56 mesh \
58 lockmanager \ 57 lockmanager \
59 stream \ 58 stream \
59 fs \
60 $(LINUX_DIR) \ 60 $(LINUX_DIR) \
61 $(MINGW_DIR) \ 61 $(MINGW_DIR) \
62 integration-tests \ 62 integration-tests \