From bb87d39424c9dee6fbfddf8b806a5675bcf39494 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 14 Nov 2008 21:32:20 +0000 Subject: Patch #2271425: Groovie engine svn-id: r35060 --- base/plugins.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/plugins.cpp') diff --git a/base/plugins.cpp b/base/plugins.cpp index cd91bed292..cea8232e59 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -108,6 +108,9 @@ public: #if PLUGIN_ENABLED_STATIC(GOB) LINK_PLUGIN(GOB) #endif + #if PLUGIN_ENABLED_STATIC(GROOVIE) + LINK_PLUGIN(GROOVIE) + #endif #if PLUGIN_ENABLED_STATIC(IGOR) LINK_PLUGIN(IGOR) #endif -- cgit v1.2.3