diff options
author | Jaymz Julian <jaymz@artificial-stupidity.net> | 2004-02-28 09:47:55 +0000 |
---|---|---|
committer | Jaymz Julian <jaymz@artificial-stupidity.net> | 2004-02-28 09:47:55 +0000 |
commit | 6c412a43e42538a51d3a4d92a6db12b0b6cf0e9b (patch) | |
tree | d04d5a4d6ffbe452d24c12718fcbc26c5ed63578 /hw/kdrive/Makefile.am | |
parent | df0313d35bc89abe9374ed25533db283430716e0 (diff) |
sdl x server so that we can x-on-x the fb stuff for ease of debugging. if
anyone uses this in production, a big scary monster will eat them. hrm,
perhaps i should make it have a --i-know-what-i'm-doing param that it
doens't start without, heh
Diffstat (limited to 'hw/kdrive/Makefile.am')
-rw-r--r-- | hw/kdrive/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/kdrive/Makefile.am b/hw/kdrive/Makefile.am index b43d6c948..89da28b46 100644 --- a/hw/kdrive/Makefile.am +++ b/hw/kdrive/Makefile.am @@ -6,10 +6,12 @@ if KDRIVEFBDEV FBDEV_SUBDIRS = fbdev endif +XSDL_SUBDIRS=@XSDL_DIRS@ + SUBDIRS = \ src \ linux \ + $(XSDL_SUBDIRS) \ $(FBDEV_SUBDIRS) \ $(VESA_SUBDIRS) \ ati - |