src.ctf.fs: use "borrow" functions where possible
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 70be5f0f2392f0788c2d5906bb112ec8562bc015..3f8ccf0a9ffb8e23c11f94077bfa2f5dc5b7bed4 100644 (file)
@@ -1,9 +1,7 @@
-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
 
-libbabeltrace_plugin_ctf_fs_la_LIBADD = \
-       $(builddir)/../common/libbabeltrace-plugin-ctf-common.la
 libbabeltrace_plugin_ctf_fs_la_SOURCES = \
        data-stream-file.c \
        data-stream-file.h \
@@ -14,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.029282 seconds and 4 git commands to generate.