diff options
author | Max Horn | 2003-09-17 21:53:13 +0000 |
---|---|---|
committer | Max Horn | 2003-09-17 21:53:13 +0000 |
commit | 231cb16b5b68cf21f33869b004a3d449489d0450 (patch) | |
tree | 3a5a08aac8868a3a591099f294c6df6fad668154 /gui | |
parent | 468275bb94f975b9e1c2e7e90a03caa37bd0e142 (diff) | |
download | scummvm-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.mk | 5 |
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 |