aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorEugene Sandulenko2010-10-18 19:18:06 +0000
committerEugene Sandulenko2010-10-18 19:18:06 +0000
commit937cf6cd7aa3fdafc661bcfcf28e4f3dd05306ba (patch)
tree314b0af6c882434831479ad3585cfc8c1016e0ec /base
parent86d650926f9b991b6398e4ad4b0613ac264dfbaa (diff)
downloadscummvm-rg350-937cf6cd7aa3fdafc661bcfcf28e4f3dd05306ba.tar.gz
scummvm-rg350-937cf6cd7aa3fdafc661bcfcf28e4f3dd05306ba.tar.bz2
scummvm-rg350-937cf6cd7aa3fdafc661bcfcf28e4f3dd05306ba.zip
CONFIGURE: Plug in Last Express engine
svn-id: r53580
Diffstat (limited to 'base')
-rw-r--r--base/plugins.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index e2af9328a7..7102462173 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -121,6 +121,9 @@ public:
#if PLUGIN_ENABLED_STATIC(KYRA)
LINK_PLUGIN(KYRA)
#endif
+ #if PLUGIN_ENABLED_STATIC(LASTEXPRESS)
+ LINK_PLUGIN(LASTEXPRESS)
+ #endif
#if PLUGIN_ENABLED_STATIC(LURE)
LINK_PLUGIN(LURE)
#endif