Fix: built-in plugins with new plugin filenames
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 10 Jul 2017 19:22:39 +0000 (15:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Jul 2017 13:10:19 +0000 (09:10 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/Makefile.am

index 902ad0dd23c84242a1573395269406ad4ca7d211..5ceb499e902fa8d4ab68ab61dd7aa0933270ea2a 100644 (file)
@@ -64,7 +64,7 @@ if BUILT_IN_PLUGINS
 # binary that are filled by plugin objects. If the linker discards those
 # symbols because the CLI does not use them directly, the CLI reports
 # no plugins found (plugins are effectively not embedded).
-pluginarchive = -Wl,--whole-archive,$(PLUGINS_PATH)/$(1)/.libs/libbabeltrace-plugin-$(1).a,--no-whole-archive
+pluginarchive = -Wl,--whole-archive,$(PLUGINS_PATH)/$(1)/.libs/babeltrace-plugin-$(1).a,--no-whole-archive
 
 # Built-in plugins
 babeltrace_bin_LDFLAGS += $(call pluginarchive,ctf)
This page took 0.026522 seconds and 4 git commands to generate.