aboutsummaryrefslogtreecommitdiff
path: root/engines/supernova2/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'engines/supernova2/module.mk')
-rw-r--r--engines/supernova2/module.mk23
1 files changed, 0 insertions, 23 deletions
diff --git a/engines/supernova2/module.mk b/engines/supernova2/module.mk
deleted file mode 100644
index 7135c9c7a5..0000000000
--- a/engines/supernova2/module.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-MODULE := engines/supernova2
-
-MODULE_OBJS := \
- detection.o \
- state.o \
- graphics.o \
- resman.o \
- rooms.o \
- screen.o \
- console.o \
- sound.o \
- supernova2.o
-
-MODULE_DIRS += \
- engines/supernova2
-
-# This module can be built as a plugin
-ifeq ($(ENABLE_SUPERNOVA2), DYNAMIC_PLUGIN)
-PLUGIN := 1
-endif
-
-# Include common rules
-include $(srcdir)/rules.mk