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:
committed by
Emil Velikov
parent
f9db61d095
commit
d43c894471
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user