From: Jérémie Galarneau Date: Fri, 5 May 2017 18:02:47 +0000 (-0400) Subject: Add string-utils to dist subdirs in libcommon X-Git-Tag: v2.10.0-rc1~13 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=8419e18fde34fe0773fe5e7dba7f94f16bcd005f Add string-utils to dist subdirs in libcommon Signed-off-by: Jérémie Galarneau --- 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