From: Christian Grothoff Date: Fri, 22 Jun 2012 17:57:42 +0000 (+0000) Subject: -promoting regex to non-experimental as mesh needs it now X-Git-Tag: initial-import-from-subversion-38251~12877 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2018d484bb120ae63843146522d7afd1923d9d00;p=oweals%2Fgnunet.git -promoting regex to non-experimental as mesh needs it now --- diff --git a/src/Makefile.am b/src/Makefile.am index 0afd18063..40125d0d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ #endif if HAVE_EXPERIMENTAL - EXP_DIR = chat dv stream regex + EXP_DIR = chat dv stream endif if LINUX @@ -49,6 +49,7 @@ SUBDIRS = \ hostlist \ topology \ fs \ + regex \ mesh \ lockmanager \ $(LINUX_DIR) \