From: Christian Grothoff Date: Sat, 13 Jul 2013 15:34:40 +0000 (+0000) Subject: -bring set/gns into the fold of non-experimental subsystems X-Git-Tag: initial-import-from-subversion-38251~8308 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6dd8708ad789b63fc63a68bd4519e84569713da4;p=oweals%2Fgnunet.git -bring set/gns into the fold of non-experimental subsystems --- 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) \