projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f347bac
)
egl: add g_egldispatchstubs.h to the release tarball
author
Emil Velikov
<emil.velikov@collabora.com>
Thu, 18 May 2017 18:07:08 +0000
(19:07 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 19 May 2017 18:02:12 +0000
(19:02 +0100)
Fixes: ce562f9e3fa ("EGL: Implement the libglvnd interface for EGL (v3)")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/egl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/egl/Makefile.am
b/src/egl/Makefile.am
index e607b83fb99a480d7f603e64eb2957b20153aa11..5e034fba0e243cdb98c5cd9ef3e7aee9adff5821 100644
(file)
--- a/
src/egl/Makefile.am
+++ b/
src/egl/Makefile.am
@@
-138,7
+138,8
@@
libEGL_mesa_la_SOURCES = \
main/eglglvnd.c \
main/egldispatchstubs.h \
main/egldispatchstubs.c \
- g_egldispatchstubs.c
+ g_egldispatchstubs.c \
+ g_egldispatchstubs.h
libEGL_mesa_la_LIBADD = libEGL_common.la
libEGL_mesa_la_LDFLAGS = \
-no-undefined \