[xserver-commit] xserver/Xext Makefile.am,3.6,3.7
Eric Anholt
xserver-commit@pdx.freedesktop.org
Mon, 10 Nov 2003 21:46:35 -0800
Committed by: anholt
Update of /cvs/xserver/xserver/Xext
In directory pdx:/home/anholt/xserver/Xext
Modified Files:
Makefile.am
Log Message:
Fix Makefile.am's to include header files needed for distcheck.
Remove -Werror default and add --enable-werror switch to add it back.
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xserver/Xext/Makefile.am,v
retrieving revision 3.6
retrieving revision 3.7
diff -u -d -r3.6 -r3.7
--- Makefile.am 2 Nov 2003 19:56:10 -0000 3.6
+++ Makefile.am 11 Nov 2003 05:46:02 -0000 3.7
@@ -5,11 +5,11 @@
noinst_LIBRARIES = libXext.a
if MITSHM
-MITSHM_SRCS = shm.c
+MITSHM_SRCS = shm.c shmint.h
endif
if XV
-XV_SRCS = xvmain.c xvdisp.c xvmc.c
+XV_SRCS = xvmain.c xvdisp.c xvmc.c xvdix.h
endif
if RES
@@ -23,12 +23,19 @@
libXext_a_SOURCES = \
bigreq.c \
mitmisc.c \
+ panoramiX.h \
+ panoramiXsrv.h \
shape.c \
+ shapeint.h \
sleepuntil.c \
+ sleepuntil.h \
sync.c \
+ syncint.h \
+ xext.h \
xtest.c \
xtest1di.c \
xtest1dd.c \
+ xtest1dd.h \
xcmisc.c \
$(MITSHM_SRCS) \
$(XV_SRCS) \