diff options
author | Jonathan Gray <jsg@jsg.id.au> | 2016-10-16 23:16:19 +1100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-11-10 21:57:37 +0000 |
commit | 20370d4f1b3522ba32c01b52d1fb19909de4ac89 (patch) | |
tree | a88c959faa48b56016dbd0f304a0177056945717 | |
parent | 72539c5e38e307c30c2408b1fa6813a4a7db5d41 (diff) |
mesa: automake: include mesa_glinterop.h in distfilemesa-12.0.4
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@jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit 23392abf506c71a6a1c5bfb04db64756e39315cb)
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a519e8a6f3..c0aa11597c 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) |