From 00c27a28f91cc2bbf512461e69c86be998462728 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 7 Nov 2013 12:58:34 +0100 Subject: BUILD: Split engines/plugins_table header down to a file per engine. This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script. --- engines/composer/engine-plugin.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 engines/composer/engine-plugin.h (limited to 'engines/composer/engine-plugin.h') diff --git a/engines/composer/engine-plugin.h b/engines/composer/engine-plugin.h new file mode 100644 index 0000000000..d06f241b40 --- /dev/null +++ b/engines/composer/engine-plugin.h @@ -0,0 +1,3 @@ +#if PLUGIN_ENABLED_STATIC(COMPOSER) +LINK_PLUGIN(COMPOSER) +#endif -- cgit v1.2.3