xserver/hw Makefile.am,1.7,1.8
Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: daniel Update of /cvs/xserver/xserver/hw In directory pdx:/home/daniel/x/xserver/hw Modified Files: Makefile.am Log Message: Xizzle is now dead code; removing all traces of it from the build system. Index: Makefile.am =================================================================== RCS file: /cvs/xserver/xserver/hw/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 4 Jun 2004 16:10:50 -0000 1.7 +++ Makefile.am 28 Jul 2004 07:55:35 -0000 1.8 @@ -10,10 +10,6 @@ XWIN_SUBDIRS = xwin endif -if XORGSERVER -XORG_SUBDIRS = xorg -endif - if XGLSERVER XGL_SUBDIRS = xgl endif @@ -22,5 +18,4 @@ $(KDRIVE_SUBDIRS) \ $(XNEST_SUBDIRS) \ $(XWIN_SUBDIRS) \ - $(XORG_SUBDIRS) \ $(XGL_SUBDIRS)