Remove dependancies on ctf.fs source component caused by former logging API
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 3c5c8b6fd147d11ac3e490587bcc67429a890b98..c79153fe812dc735b5d958da28993c842edc3ff2 100644 (file)
@@ -2,16 +2,18 @@ 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 \
+       logging.h \
+       logging.c
This page took 0.038847 seconds and 4 git commands to generate.