automake: don't forget to pick wglext.h in the tarball
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 20 Oct 2016 17:41:22 +0000 (18:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 24 Oct 2016 08:44:26 +0000 (09:44 +0100)
commit3511a86111866f7233a337a24c9c6442b9aa05e6
tree6b5305537063f39cbec5b39c1d5413c850eb7045
parentb50b82b8a553f93b4ee9ace734e4c53d5a388a35
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@lists.freedesktop.org>
Cc: Chuck Atkins <chuck.atkins@kitware.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Makefile.am