aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-12 08:41:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-12 08:41:22 +0000
commit66111aad4b9e952cd3e1fe477a17a86b632a847d (patch)
tree73e86791dc78090c8f47ec5d75195b67c735e1c2 /src/Makefile.am
parent5da59d3885b27b7301ef17d3c2c0da3f4d5a2944 (diff)
downloadgnunet-66111aad4b9e952cd3e1fe477a17a86b632a847d.tar.gz
gnunet-66111aad4b9e952cd3e1fe477a17a86b632a847d.zip
mark dv as experimental
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 044983d60..d87eba5ac 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 6 EXP_DIR = chat dv
7endif 7endif
8 8
9SUBDIRS = \ 9SUBDIRS = \
@@ -25,7 +25,6 @@ SUBDIRS = \
25 core \ 25 core \
26 testing \ 26 testing \
27 nse \ 27 nse \
28 dv \
29 dht \ 28 dht \
30 hostlist \ 29 hostlist \
31 topology \ 30 topology \