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:
Emil Velikov 2016-05-30 16:49:02 +01:00 committed by Emil Velikov
parent f9db61d095
commit d43c894471

View file

@ -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