projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9db61d
)
glx/glvnd: automake: include all the sources in libglx_la_SOURCES
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 30 May 2016 15:49:02 +0000
(16:49 +0100)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/src/glx/Makefile.am
b/src/glx/Makefile.am
index 5154a23ae06b4e86d194bd245b84c538505b4b20..3c0cb5f04d6dbcd85c354ebdd4a6c1b043e0ca4d 100644
(file)
--- 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