Commit | Line | Data |
---|---|---|
05c03100 | 1 | AM_CPPFLAGS += -I$(top_srcdir)/plugins |
6a29d9fd | 2 | |
6a29d9fd PP |
3 | noinst_LTLIBRARIES = libbabeltrace-plugin-ctf-fs.la |
4 | ||
56a1cced | 5 | libbabeltrace_plugin_ctf_fs_la_SOURCES = \ |
94cf822e PP |
6 | data-stream-file.c \ |
7 | data-stream-file.h \ | |
4353f877 | 8 | file.c \ |
4353f877 | 9 | file.h \ |
94cf822e | 10 | fs.c \ |
4353f877 PP |
11 | fs.h \ |
12 | lttng-index.h \ | |
94cf822e | 13 | metadata.c \ |
4353f877 | 14 | metadata.h \ |
04c0ba87 | 15 | query.h \ |
55314f2a JG |
16 | query.c \ |
17 | logging.h \ | |
18 | logging.c |