summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@jsg.id.au>2016-10-16 23:16:19 +1100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-10-18 17:06:42 +0100
commit23392abf506c71a6a1c5bfb04db64756e39315cb (patch)
tree1d5ffa06958dcf3198c26c93d6d0969e295f9682
parent2fc1374be6b159a3f6011bd6e99ecb720e089912 (diff)
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@jsg.id.au> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 17c8798323a..b63d135fcc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -131,7 +131,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)