Add src.text.dmesg component class
[babeltrace.git] / plugins / text / dmesg / Makefile.am
index 04df5eb737134e3f76060713cfdeaf9dc15ce76e..d346b581b9181908aa094b49259509f84d4ab7ef 100644 (file)
@@ -2,6 +2,9 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
 
 noinst_LTLIBRARIES = libbabeltrace-plugin-text-dmesg-cc.la
 
-libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = dmesg.c dmesg.h
-libbabeltrace_plugin_text_dmesg_cc_la_LIBADD = \
-       $(top_builddir)/common/libbabeltrace-common.la
+# ctf-text plugin
+libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = \
+       dmesg.c \
+       dmesg.h \
+       logging.h \
+       logging.c
This page took 0.022752 seconds and 4 git commands to generate.