mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 23:20:03 +01:00
parent
b07d79614d
commit
216bccb00c
2 changed files with 5 additions and 8 deletions
|
|
@ -28,7 +28,11 @@ INCLUDES = \
|
||||||
-I$(top_srcdir)/mi
|
-I$(top_srcdir)/mi
|
||||||
|
|
||||||
|
|
||||||
nodist_libglx_la_SOURCES = indirect_size.h
|
nodist_libglx_la_SOURCES = indirect_size.h \
|
||||||
|
glapi.c \
|
||||||
|
glcontextmodes.c \
|
||||||
|
glcontextmode.h \
|
||||||
|
glthread.c
|
||||||
|
|
||||||
libglxdri_la_SOURCES = \
|
libglxdri_la_SOURCES = \
|
||||||
glxdri.c \
|
glxdri.c \
|
||||||
|
|
@ -37,10 +41,6 @@ libglxdri_la_SOURCES = \
|
||||||
|
|
||||||
libglx_la_SOURCES = \
|
libglx_la_SOURCES = \
|
||||||
g_disptab.h \
|
g_disptab.h \
|
||||||
glapi.c \
|
|
||||||
glcontextmodes.c \
|
|
||||||
glcontextmodes.h \
|
|
||||||
glthread.c \
|
|
||||||
glxcmds.c \
|
glxcmds.c \
|
||||||
glxcmdsswap.c \
|
glxcmdsswap.c \
|
||||||
glxcontext.h \
|
glxcontext.h \
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,6 @@ SUBDIRS = man
|
||||||
endif
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
changelogs/CHANGELOG \
|
|
||||||
changelogs/CHANGELOG.ND \
|
|
||||||
changelogs/CHANGELOG.R5 \
|
|
||||||
README.DRI \
|
README.DRI \
|
||||||
README.fonts \
|
README.fonts \
|
||||||
README.rapidaccess
|
README.rapidaccess
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue