From 430b94fafd782ba50c651378cc50535e3b8f59a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 8 Jul 2015 11:24:56 -0400 Subject: [PATCH] Rename plugin.c to component.c in Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 271190b8a..ffb0295b9 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 -- 2.34.1