some tweaks to the build system (work toward plugin support)

svn-id: r10279
This commit is contained in:
Max Horn 2003-09-17 21:53:13 +00:00
parent 468275bb94
commit 231cb16b5b
11 changed files with 56 additions and 22 deletions

View file

@ -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