aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/module.mk')
-rwxr-xr-xengines/hugo/module.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/hugo/module.mk b/engines/hugo/module.mk
new file mode 100755
index 0000000000..f7aa45a2c2
--- /dev/null
+++ b/engines/hugo/module.mk
@@ -0,0 +1,24 @@
+MODULE := engines/hugo
+
+MODULE_OBJS := \
+ detection.o \
+ display.o \
+ engine.o \
+ file.o \
+ hugo.o \
+ intro.o \
+ inventory.o \
+ mouse.o \
+ parser.o \
+ route.o \
+ schedule.o \
+ sound.o \
+ util.o
+
+# This module can be built as a plugin
+ifeq ($(ENABLE_HUGO), DYNAMIC_PLUGIN)
+PLUGIN := 1
+endif
+
+# Include common rules
+include $(srcdir)/rules.mk