Fix: consumerd: live client receives incomplete metadata
[lttng-tools.git] / src / common / consumer / Makefile.am
index 029fb1d68354d09b0f966e96a22cd8085bdf3918..33f043cbc3233a9a31996b4428457619079b7b8a 100644 (file)
@@ -1,5 +1,3 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
-
 # Consumer library
 noinst_LTLIBRARIES = libconsumer.la
 
@@ -7,7 +5,8 @@ noinst_HEADERS = consumer-metadata-cache.h consumer-timer.h \
                 consumer-testpoint.h
 
 libconsumer_la_SOURCES = consumer.c consumer.h consumer-metadata-cache.c \
-                         consumer-timer.c consumer-stream.c consumer-stream.h
+                         consumer-timer.c consumer-stream.c consumer-stream.h \
+                         metadata-bucket.c metadata-bucket.h
 
 libconsumer_la_LIBADD = \
                $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \
This page took 0.026305 seconds and 4 git commands to generate.