From: Emil Velikov Date: Mon, 30 May 2016 15:49:02 +0000 (+0100) Subject: glx/glvnd: automake: include all the sources in libglx_la_SOURCES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d43c894471f2aff964ab5dbf75ee11826baae963;p=mesa.git 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 --- diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 5154a23ae06..3c0cb5f04d6 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -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