diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:31:37 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:31:37 +0000 |
commit | 9dd0af6cb4e2c8976ada57a4f4ed16faae090a9d (patch) | |
tree | 04b3276fdfdebda0cf3407e3e46f311aeed63818 /hw/Makefile.am | |
parent | 7fd73d2953cf9449c15462cf4bf67639db64f997 (diff) |
Skeletal kdrive build system. Totall non-functional atm.
Diffstat (limited to 'hw/Makefile.am')
-rw-r--r-- | hw/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hw/Makefile.am b/hw/Makefile.am index 97f92124f..b409079fa 100644 --- a/hw/Makefile.am +++ b/hw/Makefile.am @@ -18,6 +18,10 @@ if XWIN XWIN_SUBDIRS = xwin endif +if KDRIVE +KDRIVE_SUBDIRS = kdrive +endif + # need to add darwin support here SUBDIRS = \ @@ -25,9 +29,10 @@ SUBDIRS = \ $(XWIN_SUBDIRS) \ $(XVFB_SUBDIRS) \ $(XNEST_SUBDIRS) \ - $(DMX_SUBDIRS) + $(DMX_SUBDIRS) \ + $(KDRIVE_SUBDIRS) -DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin +DIST_SUBDIRS = dmx xfree86 vfb xnest xwin darwin kdrive relink: for i in $(SUBDIRS) ; do $(MAKE) -C $$i relink ; done |