aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorD G Turner2013-11-07 12:58:34 +0100
committerD G Turner2013-11-24 00:48:01 +0000
commit00c27a28f91cc2bbf512461e69c86be998462728 (patch)
treeb60563b33a0f72865ea12485985e2c4fbd38af3b /Makefile.common
parentd77cf95a185a6c8f201f417d08f246727784f728 (diff)
downloadscummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.tar.gz
scummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.tar.bz2
scummvm-rg350-00c27a28f91cc2bbf512461e69c86be998462728.zip
BUILD: Split engines/plugins_table header down to a file per engine.
This is the third and final commit enabling fully pluggable engines. Now providing an engine folder contains a configure.engine, engine.mk and engine-plugin.h file, it will be picked up automatically by the configure script.
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 41a3245b76..0b2f8a564a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -81,7 +81,7 @@ $(EXECUTABLE): $(OBJS)
$(QUIET_LINK)$(LD) $(LDFLAGS) $(PRE_OBJS_FLAGS) $+ $(POST_OBJS_FLAGS) $(LIBS) -o $@
distclean: clean clean-devtools
- $(RM) config.h config.mk config.log
+ $(RM) config.h config.mk config.log engines/plugins_table.h
clean:
$(RM_REC) $(DEPDIRS)