X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=f2ea40a23c55541d6c27e4f795e4514572a03810;hb=e56251fcd578c85ad24a36b3768fa6b095fc59e1;hp=c3a947aaaf61094bdf98298dfabd8d92db81222a;hpb=ffe600149a7608221985751e1bf293234bf2545c;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index c3a947aaa..f2ea40a23 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -6,7 +6,8 @@ SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd \ AM_CFLAGS = -fno-strict-aliasing noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ - uri.h utils.h lttng-kernel-old.h + uri.h utils.h lttng-kernel-old.h \ + consumer-metadata-cache.h consumer-timer.h # Common library noinst_LTLIBRARIES = libcommon.la @@ -18,7 +19,8 @@ libcommon_la_LIBADD = -luuid # Consumer library noinst_LTLIBRARIES += libconsumer.la -libconsumer_la_SOURCES = consumer.c consumer.h +libconsumer_la_SOURCES = consumer.c consumer.h consumer-metadata-cache.c \ + consumer-timer.c libconsumer_la_LIBADD = \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \