Move ctf-fs source query implementations to their own file
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 70be5f0f2392f0788c2d5906bb112ec8562bc015..9704c6b2c0a930fedc1e5c7cbfa1048168099455 100644 (file)
@@ -2,8 +2,6 @@ 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 = \
        data-stream-file.c \
        data-stream-file.h \
@@ -14,4 +12,6 @@ libbabeltrace_plugin_ctf_fs_la_SOURCES = \
        lttng-index.h \
        metadata.c \
        metadata.h \
-       print.h
+       print.h \
+       query.h \
+       query.c
This page took 0.025387 seconds and 4 git commands to generate.