include/dix-config.h.in Add support for more extensions

Add missing files to EXTRA_DIST
This commit is contained in:
Kevin E Martin 2005-10-17 07:18:59 +00:00
commit 1859c62607
17 changed files with 188 additions and 40 deletions

View file

@ -4,4 +4,13 @@ SUBDIRS = glx mesa include
# xwin/darwin/xfree86 have their accel support under the DDX
EXTRA_DIST = symlink-mesa.sh
APPLE_EXTRAS = \
apple/aglGlx.c \
apple/indirect.c
WINDOWS_EXTRAS = \
windows/ChangeLog \
windows/glwindows.h \
windows/glwrap.c \
windows/indirect.c
EXTRA_DIST = symlink-mesa.sh $(APPLE_EXTRAS) $(WINDOWS_EXTRAS)