diff options
author | Lars Persson | 2006-12-28 12:14:58 +0000 |
---|---|---|
committer | Lars Persson | 2006-12-28 12:14:58 +0000 |
commit | 203b93e49dadf43fe4483163b44d3fe8fd4e3350 (patch) | |
tree | 58eaf1f204e4a4af729a82de351443e11908502e /base | |
parent | 9cc4b3d4c957bc1c04f3903f1a19527c9324de75 (diff) | |
download | scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.tar.gz scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.tar.bz2 scummvm-rg350-203b93e49dadf43fe4483163b44d3fe8fd4e3350.zip |
Updated makefiles to support touche and agos naming properly
svn-id: r24941
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index bcca62ce1c..43cbbe4ff7 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -150,7 +150,7 @@ public: #ifndef DISABLE_AGI LINK_PLUGIN(AGI) #endif - #ifndef DISABLE_TOUCHE + #ifndef ' LINK_PLUGIN(TOUCHE) #endif |