Mesa (12.0): mesa: automake: include mesa_glinterop.h in distfile

Emil Velikov evelikov at kemper.freedesktop.org
Fri Nov 11 00:02:07 UTC 2016


Module: Mesa
Branch: 12.0
Commit: 20370d4f1b3522ba32c01b52d1fb19909de4ac89
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=20370d4f1b3522ba32c01b52d1fb19909de4ac89

Author: Jonathan Gray <jsg at jsg.id.au>
Date:   Sun Oct 16 23:16:19 2016 +1100

mesa: automake: include mesa_glinterop.h in distfile

Add mesa_glinterop.h to the list of headers that will get included
in the distfile as it is required to build Mesa itself.

Corrects a regression introduced in a89faa2022fd995af2019c886b152b49a01f9392.

Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
(cherry picked from commit 23392abf506c71a6a1c5bfb04db64756e39315cb)

---

 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index a519e8a..c0aa115 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -117,7 +117,8 @@ SUBDIRS += gallium
 endif
 
 EXTRA_DIST = \
-	getopt hgl SConscript
+	getopt hgl SConscript \
+	$(top_srcdir)/include/GL/mesa_glinterop.h
 
 AM_CFLAGS = $(VISIBILITY_CFLAGS)
 AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)




More information about the mesa-commit mailing list