X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=8454b5a51562ca30041c8f9367906c73500dc92b;hb=309167d2a6f59d0c8cbf64eb23ba912cdea76a34;hp=6ba6c2b59b6c42fb0269680da7bc61323f625783;hpb=9fd926379bd4c6c17f2b3c39a5bbf9879bc74e14;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6ba6c2b59..8454b5a51 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src SUBDIRS = compat hashtable kernel-ctl sessiond-comm relayd \ - kernel-consumer ust-consumer testpoint + kernel-consumer ust-consumer testpoint index AM_CFLAGS = -fno-strict-aliasing @@ -21,7 +21,7 @@ libcommon_la_LIBADD = -luuid noinst_LTLIBRARIES += libconsumer.la libconsumer_la_SOURCES = consumer.c consumer.h consumer-metadata-cache.c \ - consumer-timer.c + consumer-timer.c consumer-stream.c consumer-stream.h libconsumer_la_LIBADD = \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \