X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=84bed094fd94f16365cb0d5b8d5a96824f25ce86;hb=3f8e211fbe73cbcf69d52af5e839b14d1a951ed7;hp=5c694c1c55148ca8d244dc055949d474819eca03;hpb=00e2e675d54dc726a7c8f8887c889cc8ef022003;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5c694c1c5..84bed094f 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -4,12 +4,12 @@ SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd kernel-consumer ust-c AM_CFLAGS = -fno-strict-aliasing -noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h +noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h uri.h utils.h # Common library noinst_LTLIBRARIES = libcommon.la -libcommon_la_SOURCES = runas.c runas.h common.h futex.c futex.h uri.c uri.h +libcommon_la_SOURCES = utils.c utils.h runas.c runas.h common.h futex.c futex.h uri.c uri.h # Consumer library noinst_LTLIBRARIES += libconsumer.la