Import CStringView from the Babeltrace tree
[lttng-tools.git] / src / common / consumer / Makefile.am
diff --git a/src/common/consumer/Makefile.am b/src/common/consumer/Makefile.am
deleted file mode 100644 (file)
index ba3ecf1..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.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
-libconsumer_la_LIBADD += \
-               $(top_builddir)/src/common/ust-consumer/libust-consumer.la
-endif
This page took 0.02315 seconds and 4 git commands to generate.