aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/module.mk')
-rw-r--r--engines/prince/module.mk46
1 files changed, 23 insertions, 23 deletions
diff --git a/engines/prince/module.mk b/engines/prince/module.mk
index 8bdccdf74d..f8003f834a 100644
--- a/engines/prince/module.mk
+++ b/engines/prince/module.mk
@@ -1,23 +1,23 @@
-MODULE := engines/prince
-
-MODULE_OBJS = \
- debugger.o \
- script.o \
- graphics.o \
- mhwanh.o \
- detection.o \
- font.o \
- mob.o \
- object.o \
- sound.o \
- flags.o \
- variatxt.o \
- prince.o
-
-# This module can be built as a plugin
-ifeq ($(ENABLE_PRINCE), DYNAMIC_PLUGIN)
-PLUGIN := 1
-endif
-
-# Include common rules
-include $(srcdir)/rules.mk
+MODULE := engines/prince
+
+MODULE_OBJS = \
+ debugger.o \
+ script.o \
+ graphics.o \
+ mhwanh.o \
+ detection.o \
+ font.o \
+ mob.o \
+ object.o \
+ sound.o \
+ flags.o \
+ variatxt.o \
+ prince.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_PRINCE), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk