glx/glvnd: automake: include all the sources in libglx_la_SOURCES
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 30 May 2016 15:49:02 +0000 (16:49 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 30 May 2016 16:53:44 +0000 (17:53 +0100)
Otherwise the headers will be missing from the release tarball.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/glx/Makefile.am

index 5154a23ae06b4e86d194bd245b84c538505b4b20..3c0cb5f04d6dbcd85c354ebdd4a6c1b043e0ca4d 100644 (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