distcheck fixes

Still seems to fail because hw/xquartz has too long filenames
This commit is contained in:
Julien Cristau 2008-07-20 16:30:24 +02:00
parent 92b0a04ffd
commit 43c6d5a6f8
9 changed files with 11 additions and 11 deletions

View File

@ -40,6 +40,8 @@ glapi_sources = \
glapitemp.h \
glapi.c \
glapi.h \
glapioffsets.h \
glprocs.h \
glthread.c \
glthread.h
@ -67,6 +69,7 @@ libglx_la_SOURCES = \
glxext.h \
glxdriswrast.c \
glxdricommon.c \
glxdricommon.h \
glxscreens.c \
glxscreens.h \
glxserver.h \

View File

@ -2,7 +2,6 @@
# not installed on the system for end-users
EXTRA_DIST = \
DebuggingHints \
Domain.note \
RAC.Notes \
Registry \

View File

@ -3,7 +3,7 @@ DIST_SUBDIRS = bsd bus misc linux solaris sysv sco hurd
sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h assyntax.h
EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib
EXTRA_DIST = int10Defines.h xf86OSpriv.h
# to get the grouping semantics right, you have to glom these three together
# as one library, otherwise libtool will actively defeat your attempts to

View File

@ -59,7 +59,6 @@ libbsd_la_SOURCES = \
$(srcdir)/../shared/vidmem.c \
bsd_VTsw.c \
bsd_init.c \
bsd_mouse.c \
bsd_bell.c \
$(ARCH_SOURCES) \
$(AGP_SOURCES) \

View File

@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libhurd.la
libhurd_la_SOURCES = hurd_bell.c hurd_init.c hurd_mmap.c \
hurd_mouse.c hurd_video.c \
hurd_video.c \
$(srcdir)/../shared/VTsw_noop.c \
$(srcdir)/../shared/posix_tty.c \
$(srcdir)/../shared/stdResource.c \

View File

@ -2,5 +2,4 @@ EXTRA_DIST = \
VTsw_sco.c \
sco_init.c \
sco_iop.c \
sco_mouse.c \
sco_video.c

View File

@ -19,7 +19,7 @@ solaris-@SOLARIS_INOUT_ARCH@.il: solaris-@SOLARIS_INOUT_ARCH@.S
noinst_LTLIBRARIES = libsolaris.la
libsolaris_la_SOURCES = sun_bios.c sun_init.c \
sun_mouse.c sun_vid.c sun_bell.c $(AGP_SRC) sun_apm.c \
sun_vid.c sun_bell.c $(AGP_SRC) sun_apm.c \
$(srcdir)/../shared/kmod_noop.c \
$(srcdir)/../shared/posix_tty.c $(srcdir)/../shared/sigiostubs.c \
$(srcdir)/../shared/stdResource.c \

View File

@ -1 +1 @@
EXTRA_DIST = sysv_init.c sysv_mouse.c sysv_video.c
EXTRA_DIST = sysv_init.c sysv_video.c

View File

@ -167,10 +167,10 @@ AM_CFLAGS = -DHAVE_XWIN_CONFIG_H $(DIX_CFLAGS) \
dist_man1_MANS = XWin.man XWinrc.man
GLX_EXTRAS = \
windows/ChangeLog \
windows/glwindows.h \
windows/glwrap.c \
windows/indirect.c
glx/ChangeLog \
glx/glwindows.h \
glx/glwrap.c \
glx/indirect.c
EXTRA_DIST = \
$(GLX_EXTRAS) \