From d43c894471f2aff964ab5dbf75ee11826baae963 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 30 May 2016 16:49:02 +0100 Subject: [PATCH] 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 --- src/glx/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 5154a23..3c0cb5f 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 -- 2.7.4