From 8419e18fde34fe0773fe5e7dba7f94f16bcd005f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 5 May 2017 14:02:47 -0400 Subject: [PATCH] Add string-utils to dist subdirs in libcommon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index fde03922b..2cf497262 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -7,7 +7,8 @@ SUBDIRS = string-utils # Make sure to always distribute all folders # since SUBDIRS is decided at configure time. DIST_SUBDIRS = compat health hashtable kernel-ctl sessiond-comm relayd \ - kernel-consumer ust-consumer testpoint index config consumer + kernel-consumer ust-consumer testpoint index config consumer \ + string-utils if BUILD_LIB_COMPAT SUBDIRS += compat -- 2.34.1