aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp3
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;
}