X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2FMakefile.am;h=55e47b2101dcae6ac7ef0c4eab260689c601ba98;hp=c628312892c1b6adf44632659493f712f53a97a9;hb=e2d1190b9ea09c54e5d7373643d62e2034bc1531;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3 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 \