Fix: Don't override user variables within the build system
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 9704c6b2c0a930fedc1e5c7cbfa1048168099455..3f8ccf0a9ffb8e23c11f94077bfa2f5dc5b7bed4 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
 noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-fs.la
 
@@ -12,6 +12,7 @@ libbabeltrace_plugin_ctf_fs_la_SOURCES = \
        lttng-index.h \
        metadata.c \
        metadata.h \
-       print.h \
        query.h \
-       query.c
+       query.c \
+       logging.h \
+       logging.c
This page took 0.023962 seconds and 4 git commands to generate.