Move ctf-fs source query implementations to their own file
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 3c5c8b6fd147d11ac3e490587bcc67429a890b98..9704c6b2c0a930fedc1e5c7cbfa1048168099455 100644 (file)
@@ -2,16 +2,16 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -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 = \
-       fs.c \
-       data-stream.c \
-       metadata.c \
+       data-stream-file.c \
+       data-stream-file.h \
        file.c \
-       data-stream.h \
        file.h \
+       fs.c \
        fs.h \
        lttng-index.h \
+       metadata.c \
        metadata.h \
-       print.h
+       print.h \
+       query.h \
+       query.c
This page took 0.030245 seconds and 4 git commands to generate.