diff options
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r-- | base/plugins.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |