diff options
author | Emil Velikov <[email protected]> | 2016-10-20 18:41:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-08 16:23:21 +0000 |
commit | d2be28c2bd3d40983db6e317e3778252fc291039 (patch) | |
tree | a81218c2ed89da79c4b2db45277aafa011b7ea91 /Makefile.am | |
parent | cd2db885bf7481dcea1bf9a4e1e5a3530b130f24 (diff) |
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" <[email protected]>
Cc: Chuck Atkins <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
(cherry picked from commit 3511a86111866f7233a337a24c9c6442b9aa05e6)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b0fbed6e063..2027a28383e 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 |