From: Jérémie Galarneau Date: Wed, 8 Jul 2015 15:24:56 +0000 (-0400) Subject: Rename plugin.c to component.c in Makefile X-Git-Tag: v2.0.0-pre1~860 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=430b94fafd782ba50c651378cc50535e3b8f59a0 Rename plugin.c to component.c in Makefile Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 271190b8..ffb0295b 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -6,7 +6,7 @@ lib_LTLIBRARIES = libbabeltrace-plugin.la # Plug-in system library libbabeltrace_plugin_la_SOURCES = \ - plugin.c \ + component.c \ source.c \ sink.c \ iterator.c