Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / text / dmesg / Makefile.am
index 04df5eb737134e3f76060713cfdeaf9dc15ce76e..7e63cf72a3217abdda11ba5c53a4cdc2b704486f 100644 (file)
@@ -1,7 +1,10 @@
-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
 
-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.042582 seconds and 4 git commands to generate.