src.ctf.fs: remove unused ctf_fs_ds_file::self_msg_iter field
[babeltrace.git] / src / plugins / ctf / Makefile.am
index 104229d2de37844186007656791ce5959b9ced83..b5050b8d280595f99b083235134807bd6c0b4b5f 100644 (file)
@@ -9,9 +9,10 @@ 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) \
        $(LT_NO_UNDEFINED) \
        -avoid-version -module $(LD_NOTEXT)
 
This page took 0.036713 seconds and 4 git commands to generate.