From 231cb16b5b68cf21f33869b004a3d449489d0450 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Sep 2003 21:53:13 +0000 Subject: some tweaks to the build system (work toward plugin support) svn-id: r10279 --- sword2/module.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sword2') diff --git a/sword2/module.mk b/sword2/module.mk index b5892f6204..e15914f2ec 100644 --- a/sword2/module.mk +++ b/sword2/module.mk @@ -1,6 +1,6 @@ MODULE := bs2 -MODULE_OBJS = \ +MODULE_OBJS := \ bs2/anims.o \ bs2/build_display.o \ bs2/console.o \ @@ -40,7 +40,10 @@ MODULE_OBJS = \ bs2/driver/rdwin.o \ bs2/driver/render.o \ bs2/driver/sprite.o - + +MODULE_DIRS += \ + bs2 \ + bs2/driver # Include common rules include common.rules -- cgit v1.2.3