ctf: compile plugin as C++
[babeltrace.git] / src / plugins / ctf / fs-src / Makefile.am
index b59c7620e38bda6a47cda76c3ed5edb4ebd1cb85..cb990b6995b66f2788ec246ec17467854b855ab0 100644 (file)
@@ -3,14 +3,14 @@
 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.023127 seconds and 4 git commands to generate.