Remove former logging header print.h from source.ctf.fs Makefile
[babeltrace.git] / plugins / ctf / fs-src / Makefile.am
index 70be5f0f2392f0788c2d5906bb112ec8562bc015..c0ce498327909bff2abd60adf49506a09807bd4a 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,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.031687 seconds and 4 git commands to generate.