X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2FMakefile.am;h=46810d116c51ca5ccb431ba1bbb23c898c4bfb4e;hp=c628312892c1b6adf44632659493f712f53a97a9;hb=c9753f7250f33184a1859088a691291f37161f25;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3 diff --git a/src/common/consumer/Makefile.am b/src/common/consumer/Makefile.am index c62831289..46810d116 100644 --- a/src/common/consumer/Makefile.am +++ b/src/common/consumer/Makefile.am @@ -1,17 +1,23 @@ -# Consumer library +# SPDX-License-Identifier: GPL-2.0-only + noinst_LTLIBRARIES = libconsumer.la 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 +libconsumer_la_SOURCES = \ + consumer.cpp \ + consumer.h \ + consumer-metadata-cache.cpp \ + consumer-stream.cpp \ + consumer-stream.h \ + consumer-timer.cpp \ + metadata-bucket.cpp \ + metadata-bucket.h libconsumer_la_LIBADD = \ $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la \ $(top_builddir)/src/common/kernel-consumer/libkernel-consumer.la \ - $(top_builddir)/src/common/hashtable/libhashtable.la \ - $(top_builddir)/src/common/compat/libcompat.la \ $(top_builddir)/src/common/relayd/librelayd.la if HAVE_LIBLTTNG_UST_CTL