From 38a8aa516e0fa315e318801e5399f82e51efa8df Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Tue, 6 May 2008 03:00:26 +0000 Subject: Allow static and dynamic plugins to be used at the same time svn-id: r31888 --- engines/gob/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/module.mk') diff --git a/engines/gob/module.mk b/engines/gob/module.mk index 734996ddd5..aa2a235327 100644 --- a/engines/gob/module.mk +++ b/engines/gob/module.mk @@ -56,7 +56,7 @@ MODULE_OBJS := \ video_v2.o # This module can be built as a plugin -ifdef BUILD_PLUGINS +ifeq ($(ENABLE_GOB), DYNAMIC_PLUGIN) PLUGIN := 1 endif -- cgit v1.2.3