ctf: compile plugin as C++
[babeltrace.git] / src / plugins / ctf / fs-src / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 noinst_LTLIBRARIES = libbabeltrace2-plugin-ctf-fs-src.la
4
5 libbabeltrace2_plugin_ctf_fs_src_la_SOURCES = \
6 data-stream-file.cpp \
7 data-stream-file.hpp \
8 file.cpp \
9 file.hpp \
10 fs.cpp \
11 fs.hpp \
12 lttng-index.hpp \
13 metadata.cpp \
14 metadata.hpp \
15 query.hpp \
16 query.cpp
This page took 0.034104 seconds and 4 git commands to generate.