diff options
Diffstat (limited to 'base')
-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 382ea4f640..84f1d22501 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -131,6 +131,9 @@ public: #ifndef DISABLE_CRUISE LINK_PLUGIN(CRUISE) #endif + #ifndef DISABLE_DRASCULA + LINK_PLUGIN(DRASCULA) + #endif return pl; } |