ctf: compile plugin as C++
[babeltrace.git] / src / plugins / ctf / fs-src / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
a12f3d62 3noinst_LTLIBRARIES = libbabeltrace2-plugin-ctf-fs-src.la
6a29d9fd 4
a12f3d62 5libbabeltrace2_plugin_ctf_fs_src_la_SOURCES = \
087cd0f5
SM
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.076942 seconds and 4 git commands to generate.