aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-10 07:57:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-10 07:57:11 +0000
commit52e04dad6eab39408a35da45462c2ddf8a2f6a10 (patch)
tree96ae8e58aca7951b5937d9d633a5082e3c63eed6 /src/Makefile.am
parent5c98b8ab91562ff5eacb9919f4de28fce4a76ec3 (diff)
downloadgnunet-52e04dad6eab39408a35da45462c2ddf8a2f6a10.tar.gz
gnunet-52e04dad6eab39408a35da45462c2ddf8a2f6a10.zip
noex
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c3cf0836a..ac08a16a9 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 = mesh vpn chat 6 EXP_DIR = chat
7endif 7endif
8 8
9SUBDIRS = \ 9SUBDIRS = \
@@ -29,4 +29,6 @@ SUBDIRS = \
29 hostlist \ 29 hostlist \
30 topology \ 30 topology \
31 fs \ 31 fs \
32 $(EXP_DIR) 32 mesh \
33 vpn \
34 $(EXP_DIR)