xserver/hw Makefile.am,1.5,1.6

Daniel Stone xserver-commit at pdx.freedesktop.org
Sun Apr 25 18:45:29 EST 2004


Committed by: daniel

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

Modified Files:
	Makefile.am 
Log Message:
Xizzle is dead, long live Xorg; first punt at new DDX, freshly pulled from Xorg tree. In far less time than I expended on Xizzle, I got this one linking.

Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- a/Makefile.am	7 Mar 2004 12:47:53 -0000	1.5
+++ b/Makefile.am	25 Apr 2004 08:45:27 -0000	1.6
@@ -10,12 +10,12 @@
 XWIN_SUBDIRS = xwin
 endif
 
-if XIZZLESERVER
-XIZZLE_SUBDIRS = xizzle
+if XORGSERVER
+XORG_SUBDIRS = xorg
 endif
 
 SUBDIRS =			\
 	$(KDRIVE_SUBDIRS)	\
 	$(XNEST_SUBDIRS)	\
 	$(XWIN_SUBDIRS)		\
-	$(XIZZLE_SUBDIRS)
+	$(XORG_SUBDIRS)




More information about the xserver-commit mailing list