diff options
Diffstat (limited to 'engines/cine/module.mk')
-rw-r--r-- | engines/cine/module.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/cine/module.mk b/engines/cine/module.mk index dd26b39785..88106bb51b 100644 --- a/engines/cine/module.mk +++ b/engines/cine/module.mk @@ -23,13 +23,10 @@ MODULE_OBJS = \ unpack.o \ various.o -MODULE_DIRS += \ - engines/cine - # This module can be built as a plugin ifdef BUILD_PLUGINS PLUGIN := 1 endif # Include common rules -include $(srcdir)/common.rules +include $(srcdir)/rules.mk |