mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
glx/glvnd: automake: include all the sources in libglx_la_SOURCES
Otherwise the headers will be missing from the release tarball. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
f9db61d095
commit
d43c894471
1 changed files with 5 additions and 2 deletions
|
|
@ -151,8 +151,11 @@ AM_CFLAGS += \
|
|||
$(GLVND_CFLAGS)
|
||||
|
||||
libglx_la_SOURCES += \
|
||||
glxglvnd.c \
|
||||
g_glxglvnddispatchfuncs.c
|
||||
g_glxglvnddispatchfuncs.c \
|
||||
g_glxglvnddispatchindices.h \
|
||||
glxglvnd.c \
|
||||
glxglvnd.h \
|
||||
glxglvnddispatchfuncs.h
|
||||
|
||||
GL_LIB_VERSION=0
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue