Add consumer-stream.c/.h in libconsumer
[lttng-tools.git] / src / common / Makefile.am
index 6ba6c2b59b6c42fb0269680da7bc61323f625783..aedbc22bd87b507c4e8762729b4ff91d9fcd2bf4 100644 (file)
@@ -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 \
This page took 0.023857 seconds and 5 git commands to generate.