aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-03 11:19:34 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-03 11:19:34 +0000
commit52921b2fa0b6c83a6e2366dd6f18da0892207a8a (patch)
treee3305d13d7c2bd9f60f9eb62f3ad713614d4602f /src/Makefile.am
parent208a327471b5d0157acaa6c02df1f97405d29a30 (diff)
downloadgnunet-52921b2fa0b6c83a6e2366dd6f18da0892207a8a.tar.gz
gnunet-52921b2fa0b6c83a6e2366dd6f18da0892207a8a.zip
-make gns non-experimental
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c3474d5d9..f1b9c22b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,12 +3,12 @@
3#endif 3#endif
4 4
5if HAVE_EXPERIMENTAL 5if HAVE_EXPERIMENTAL
6 EXP_DIR = chat dv gns stream 6 EXP_DIR = chat dv stream
7endif 7endif
8 8
9if LINUX 9if LINUX
10# All of these currently only work on GNU/Linux 10# All of these currently only work on GNU/Linux
11 LINUX_DIR = dns exit vpn pt 11 LINUX_DIR = dns gns exit vpn pt
12endif 12endif
13 13
14 14