Mesa (master): automake: don't forget to pick wglext.h in the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Mon Oct 24 09:02:42 UTC 2016


Module: Mesa
Branch: master
Commit: 3511a86111866f7233a337a24c9c6442b9aa05e6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3511a86111866f7233a337a24c9c6442b9aa05e6

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Oct 20 18:41:22 2016 +0100

automake: don't forget to pick wglext.h in the tarball

Earlier commit reworked the header install rules, to ensure that the
correct ones are installed only as needed.

By doing so it dropped a wildcard which was effectively including the
wglext.h header in the tarball.

Add the header to the top-level noinst_HEADERS, since the it is not
meant to be installed (autoconf is not used on Windows plaforms).

Fixes: a89faa2022f ("autoconf: Make header install distinct for various
APIs (v2)")
Cc: "12.0 13.0" <mesa-stable at lists.freedesktop.org>
Cc: Chuck Atkins <chuck.atkins at kitware.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index 49b99de..e6d1969 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,6 +62,7 @@ noinst_HEADERS = \
 	include/c99_math.h \
 	include/c11 \
 	include/D3D9 \
+	include/GL/wglext.h \
 	include/HaikuGL \
 	include/no_extern_c.h \
 	include/pci_ids




More information about the mesa-commit mailing list