ctf: compile plugin as C++
[babeltrace.git] / src / plugins / ctf / Makefile.am
index 24a434011501ac47dfbf4ba5b053be65e46a9b22..b5050b8d280595f99b083235134807bd6c0b4b5f 100644 (file)
@@ -9,7 +9,7 @@ plugindir = "$(BABELTRACE_PLUGINS_DIR)"
 plugin_LTLIBRARIES = babeltrace-plugin-ctf.la
 
 # ctf plugin
-babeltrace_plugin_ctf_la_SOURCES = plugin.c
+babeltrace_plugin_ctf_la_SOURCES = plugin.cpp
 
 babeltrace_plugin_ctf_la_LDFLAGS = \
        $(AM_LDFLAGS) \
This page took 0.023599 seconds and 4 git commands to generate.