aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorMax Horn2003-09-17 21:53:13 +0000
committerMax Horn2003-09-17 21:53:13 +0000
commit231cb16b5b68cf21f33869b004a3d449489d0450 (patch)
tree3a5a08aac8868a3a591099f294c6df6fad668154 /gui
parent468275bb94f975b9e1c2e7e90a03caa37bd0e142 (diff)
downloadscummvm-rg350-231cb16b5b68cf21f33869b004a3d449489d0450.tar.gz
scummvm-rg350-231cb16b5b68cf21f33869b004a3d449489d0450.tar.bz2
scummvm-rg350-231cb16b5b68cf21f33869b004a3d449489d0450.zip
some tweaks to the build system (work toward plugin support)
svn-id: r10279
Diffstat (limited to 'gui')
-rw-r--r--gui/module.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui/module.mk b/gui/module.mk
index 76c4ee2084..e04af24355 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -1,6 +1,6 @@
MODULE := gui
-MODULE_OBJS = \
+MODULE_OBJS := \
gui/about.o \
gui/browser.o \
gui/chooser.o \
@@ -16,5 +16,8 @@ MODULE_OBJS = \
gui/ScrollBarWidget.o \
gui/widget.o \
+MODULE_DIRS += \
+ gui
+
# Include common rules
include common.rules