Fix: consumerd: live client receives incomplete metadata
[lttng-tools.git] / src / common / consumer / Makefile.am
index c628312892c1b6adf44632659493f712f53a97a9..33f043cbc3233a9a31996b4428457619079b7b8a 100644 (file)
@@ -5,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.024365 seconds and 5 git commands to generate.