diff options
Diffstat (limited to 'engines/draci/module.mk')
-rw-r--r-- | engines/draci/module.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/draci/module.mk b/engines/draci/module.mk index e6c9511687..9bac1d9ddc 100644 --- a/engines/draci/module.mk +++ b/engines/draci/module.mk @@ -1,5 +1,5 @@ MODULE := engines/draci - + MODULE_OBJS := \ animation.o \ barchive.o \ @@ -17,11 +17,11 @@ MODULE_OBJS := \ sprite.o \ surface.o \ walking.o - + # This module can be built as a plugin ifeq ($(ENABLE_DRACI), DYNAMIC_PLUGIN) PLUGIN := 1 endif - -# Include common rules + +# Include common rules include $(srcdir)/rules.mk |