[xserver-commit] xserver/hw/kdrive Makefile.am,1.13,1.14

Phil Blundell xserver-commit@pdx.freedesktop.org
Tue, 28 Oct 2003 14:27:40 -0800


Committed by: pb

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

Modified Files:
	Makefile.am 
Log Message:
move smi into VESA_SUBDIRS



Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/hw/kdrive/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Makefile.am	11 Oct 2003 19:36:13 -0000	1.13
+++ Makefile.am	28 Oct 2003 22:27:35 -0000	1.14
@@ -1,11 +1,10 @@
 if KDRIVEVESA
-VESA_SUBDIRS = vesa mach64 mga nvidia r128
+VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi
 endif
 
 SUBDIRS =	\
 	src	\
 	linux	\
 	fbdev	\
-	$(VESA_SUBDIRS) \
-	smi
+	$(VESA_SUBDIRS)