X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2Fdmesg%2FMakefile.am;h=6e0f12adcfb502b2c50f5a9e23d86f5d3dfe67ee;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=d346b581b9181908aa094b49259509f84d4ab7ef;hpb=33ec5dfa4f2fc8c23ddfdda61d5c69e1ae1875ea;p=babeltrace.git diff --git a/plugins/text/dmesg/Makefile.am b/plugins/text/dmesg/Makefile.am index d346b581..6e0f12ad 100644 --- a/plugins/text/dmesg/Makefile.am +++ b/plugins/text/dmesg/Makefile.am @@ -1,9 +1,9 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins +AM_CPPFLAGS += -I$(top_srcdir)/plugins -noinst_LTLIBRARIES = libbabeltrace-plugin-text-dmesg-cc.la +noinst_LTLIBRARIES = libbabeltrace2-plugin-text-dmesg-cc.la # ctf-text plugin -libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = \ +libbabeltrace2_plugin_text_dmesg_cc_la_SOURCES = \ dmesg.c \ dmesg.h \ logging.h \