X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2FMakefile.am;fp=src%2Fcommon%2Fconsumer%2FMakefile.am;h=ba3ecf1da3834879d9053d409cfee063d57e53d2;hp=55e47b2101dcae6ac7ef0c4eab260689c601ba98;hb=97535efaa975ca52bf02c2d5e76351bfd2e3defa;hpb=7fe0498a9173fca00dcd45a41847e629b70cd941 diff --git a/src/common/consumer/Makefile.am b/src/common/consumer/Makefile.am index 55e47b210..ba3ecf1da 100644 --- a/src/common/consumer/Makefile.am +++ b/src/common/consumer/Makefile.am @@ -5,9 +5,15 @@ 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 \ - metadata-bucket.c metadata-bucket.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 \