[xserver-commit] xserver/hw/kdrive Makefile.am,1.19,1.20

Jaymz Julian xserver-commit@pdx.freedesktop.org


Committed by: jaymz

Update of /cvs/xserver/xserver/hw/kdrive
In directory pdx:/tmp/cvs-serv24767/hw/kdrive

Modified Files:
	Makefile.am 
Log Message:

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



Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- a/Makefile.am	7 Jan 2004 09:50:28 -0000	1.19
+++ b/Makefile.am	28 Feb 2004 09:47:55 -0000	1.20
@@ -6,10 +6,12 @@
 FBDEV_SUBDIRS = fbdev
 endif
 
+XSDL_SUBDIRS=@XSDL_DIRS@
+
 SUBDIRS =			\
 	src			\
 	linux			\
+	$(XSDL_SUBDIRS)		\
 	$(FBDEV_SUBDIRS)	\
 	$(VESA_SUBDIRS)		\
 	ati
-