diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-05-30 16:49:02 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-30 17:53:44 +0100 |
commit | d43c894471f2aff964ab5dbf75ee11826baae963 (patch) | |
tree | d6d2215b4cc1c579ed1ce5467fe9dd90f2cb21d8 | |
parent | f9db61d0957253db41dcdf3e88016c9635361fbd (diff) |
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>
-rw-r--r-- | src/glx/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 5154a23ae0..3c0cb5f04d 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 |