mesa: automake: include mesa_glinterop.h in distfile
authorJonathan Gray <jsg@jsg.id.au>
Sun, 16 Oct 2016 12:16:19 +0000 (23:16 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 18 Oct 2016 16:06:42 +0000 (17:06 +0100)
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>
src/Makefile.am

index 17c8798323a4d36a1b13fd8d29ba4129fc816bb7..b63d135fcc72e68cd625725aa09ab9f064bff292 100644 (file)
@@ -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)