X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=131fda8e5925ee51579828d30659a6664b0d0e16;hp=5c694c1c55148ca8d244dc055949d474819eca03;hb=81b8677518a0a8836d0b17e5c2a7fb43382a44c1;hpb=478510441d784434ce1d16af9f4f7c10269b78dd diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5c694c1c5..131fda8e5 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -4,12 +4,13 @@ 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 = runas.c runas.h common.h futex.c futex.h uri.c uri.h \ + utils.c utils.h # Consumer library noinst_LTLIBRARIES += libconsumer.la