src.ctf.fs: use "borrow" functions where possible
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 65691d5744b5441bb92f058c58817255819788cf..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,4 +12,7 @@ libbabeltrace_plugin_ctf_fs_la_SOURCES = \
        lttng-index.h \
        metadata.c \
        metadata.h \
-       print.h
+       query.h \
+       query.c \
+       logging.h \
+       logging.c
This page took 0.037352 seconds and 4 git commands to generate.