xserver/hw Makefile.am,1.5,1.6
Daniel Stone
xserver-commit at pdx.freedesktop.org
Sun Apr 25 18:45:29 EST 2004
- Previous message: xserver/hw/xorg/loader - New directory
- Next message: xserver/hw/xorg CHANGELOG, NONE, 1.1 CHANGELOG.ND, NONE,
1.1 CHANGELOG.R5, NONE, 1.1 CHANGES, NONE, 1.1 DebuggingHints,
NONE, 1.1 Domain.note, NONE, 1.1 Imakefile, NONE,
1.1 Makefile.am, NONE, 1.1 Options, NONE, 1.1 RAC.Notes, NONE,
1.1 Registry, NONE, 1.1 Xorg.man, NONE, 1.1 xorg.conf.man,
NONE, 1.1 xorgconf.cpp, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: xserver/hw/xorg/loader - New directory
- Next message: xserver/hw/xorg CHANGELOG, NONE, 1.1 CHANGELOG.ND, NONE,
1.1 CHANGELOG.R5, NONE, 1.1 CHANGES, NONE, 1.1 DebuggingHints,
NONE, 1.1 Domain.note, NONE, 1.1 Imakefile, NONE,
1.1 Makefile.am, NONE, 1.1 Options, NONE, 1.1 RAC.Notes, NONE,
1.1 Registry, NONE, 1.1 Xorg.man, NONE, 1.1 xorg.conf.man,
NONE, 1.1 xorgconf.cpp, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list