[xserver-commit] xserver/Xext Makefile.am,3.9,3.10

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xserver/Xext
In directory pdx:/tmp/cvs-serv4809

Modified Files:
	Makefile.am 
Log Message:
PanoramiX-related cleanups

Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/Xext/Makefile.am,v
retrieving revision 3.9
retrieving revision 3.10
diff -u -d -r3.9 -r3.10
--- a/Makefile.am	5 Mar 2004 06:54:29 -0000	3.9
+++ b/Makefile.am	7 Mar 2004 10:34:01 -0000	3.10
@@ -20,15 +20,13 @@
 SCREENSAVER_SRCS = saver.c
 endif
 
-if XINERAMA
-PANORAMIX_SRCS = panoramiX.c
+if PANORAMIX
+PANORAMIX_SRCS = panoramiX.c panoramiX.h panoramiXsrv.h
 endif
 
 libXext_a_SOURCES =		\
 	bigreq.c		\
 	mitmisc.c		\
-	panoramiX.h		\
-	panoramiXsrv.h		\
 	shape.c			\
 	shapeint.h		\
 	sleepuntil.c		\