From b667199541077b769394ed5607be64093c7c376b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Feb 2012 09:32:35 +0000 Subject: [PATCH] add gns --- configure.ac | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 525f95e66..a558ffd1e 100644 --- a/configure.ac +++ b/configure.ac @@ -864,6 +864,7 @@ src/fragmentation/Makefile src/fs/Makefile src/fs/fs.conf src/gns/Makefile +src/gns/gns.conf src/hello/Makefile src/include/Makefile src/include/gnunet_directories.h diff --git a/src/Makefile.am b/src/Makefile.am index 663282d88..c722f4346 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ #endif if HAVE_EXPERIMENTAL - EXP_DIR = chat dv + EXP_DIR = chat dv gns endif if LINUX -- 2.25.1