diff options
author | Filippos Karapetis | 2013-05-15 22:21:11 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-05-15 22:21:11 +0300 |
commit | c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a (patch) | |
tree | f7761aac44c4db1d5c1e221eec89f82c592d93fd /engines | |
parent | de230b7696318ea8fb2af593223342a2a619a565 (diff) | |
download | scummvm-rg350-c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a.tar.gz scummvm-rg350-c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a.tar.bz2 scummvm-rg350-c69b8fbaf5bd8d4108d4bfb8ef97bca14ac0085a.zip |
NEVERHOOD: Update old form of module.mk
This syncs the engine's module.mk with the changes in 38a8aa516e0fa315e318801e5399f82e51efa8df
Diffstat (limited to 'engines')
-rw-r--r-- | engines/neverhood/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/module.mk b/engines/neverhood/module.mk index c7bfbb6460..714fc3079b 100644 --- a/engines/neverhood/module.mk +++ b/engines/neverhood/module.mk @@ -50,7 +50,7 @@ MODULE_OBJS = \ staticdata.o # This module can be built as a plugin -ifdef BUILD_PLUGINS +ifeq ($(ENABLE_NEVERHOOD), DYNAMIC_PLUGIN) PLUGIN := 1 endif |