Remove dependancies on ctf.fs source component caused by former logging API
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 70be5f0f2392f0788c2d5906bb112ec8562bc015..c79153fe812dc735b5d958da28993c842edc3ff2 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,8 @@ libbabeltrace_plugin_ctf_fs_la_SOURCES = \
        lttng-index.h \
        metadata.c \
        metadata.h \
-       print.h
+       print.h \
+       query.h \
+       query.c \
+       logging.h \
+       logging.c
This page took 0.023144 seconds and 4 git commands to generate.