X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2FMakefile.am;h=55e47b2101dcae6ac7ef0c4eab260689c601ba98;hb=86eff0042bf0b9e6277b281c4f3a680d997790d2;hp=c628312892c1b6adf44632659493f712f53a97a9;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git diff --git a/src/common/consumer/Makefile.am b/src/common/consumer/Makefile.am index c62831289..55e47b210 100644 --- a/src/common/consumer/Makefile.am +++ b/src/common/consumer/Makefile.am @@ -1,11 +1,13 @@ -# 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 + 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 \