From 52921b2fa0b6c83a6e2366dd6f18da0892207a8a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 3 Mar 2012 11:19:34 +0000 Subject: [PATCH] -make gns non-experimental --- src/Makefile.am | 4 ++-- 1 file 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 @@ #endif if HAVE_EXPERIMENTAL - EXP_DIR = chat dv gns stream + EXP_DIR = chat dv stream endif if LINUX # All of these currently only work on GNU/Linux - LINUX_DIR = dns exit vpn pt + LINUX_DIR = dns gns exit vpn pt endif -- 2.25.1