From 6dd8708ad789b63fc63a68bd4519e84569713da4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Jul 2013 15:34:40 +0000 Subject: [PATCH] -bring set/gns into the fold of non-experimental subsystems --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index d3bd856e9..f97283d0a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ if HAVE_TESTING endif if HAVE_EXPERIMENTAL - EXP_DIR = gns set dv $(CONSENSUS) $(EXPERIMENTATION) + EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) endif if LINUX @@ -63,6 +63,8 @@ SUBDIRS = \ lockmanager \ stream \ dns \ + gns \ + set \ fs \ $(LINUX_DIR) \ $(MINGW_DIR) \ -- 2.25.1