mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
include/dix-config.h.in Add support for more extensions
Add missing files to EXTRA_DIST
This commit is contained in:
parent
ccfe9e7e9b
commit
1859c62607
17 changed files with 188 additions and 40 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue