some tweaks to the build system (work toward plugin support)
svn-id: r10279
This commit is contained in:
parent
468275bb94
commit
231cb16b5b
11 changed files with 56 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue