X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fdmesg%2FMakefile.am;h=d346b581b9181908aa094b49259509f84d4ab7ef;hb=e2531d3bfa5ee27c4ecca3179a3e2363f859c602;hp=04df5eb737134e3f76060713cfdeaf9dc15ce76e;hpb=8fdb4bc7376937880b41b4726b9afa915d3aa5a8;p=babeltrace.git diff --git a/plugins/text/dmesg/Makefile.am b/plugins/text/dmesg/Makefile.am index 04df5eb7..d346b581 100644 --- a/plugins/text/dmesg/Makefile.am +++ b/plugins/text/dmesg/Makefile.am @@ -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