param-validation: add static creation methods to bt_param_validation_value_descr
[babeltrace.git] / src / plugins / ctf / fs-src / Makefile.am
index f4c2dd9747b1696241bec12ad671f7427bebb938..cb990b6995b66f2788ec246ec17467854b855ab0 100644 (file)
@@ -1,14 +1,16 @@
+# SPDX-License-Identifier: MIT
+
 noinst_LTLIBRARIES = libbabeltrace2-plugin-ctf-fs-src.la
 
 libbabeltrace2_plugin_ctf_fs_src_la_SOURCES = \
-       data-stream-file.c \
-       data-stream-file.h \
-       file.c \
-       file.h \
-       fs.c \
-       fs.h \
-       lttng-index.h \
-       metadata.c \
-       metadata.h \
-       query.h \
-       query.c
+       data-stream-file.cpp \
+       data-stream-file.hpp \
+       file.cpp \
+       file.hpp \
+       fs.cpp \
+       fs.hpp \
+       lttng-index.hpp \
+       metadata.cpp \
+       metadata.hpp \
+       query.hpp \
+       query.cpp
This page took 0.023789 seconds and 4 git commands to generate.