Skip to content
Snippets Groups Projects
Commit 23392abf authored by Jonathan Gray's avatar Jonathan Gray Committed by Emil Velikov
Browse files

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 a89faa20.

Signed-off-by: default avatarJonathan Gray <jsg@jsg.id.au>
Reviewed-by: default avatarEmil Velikov <emil.velikov@collabora.com>
parent 2fc1374b
No related branches found
No related tags found
Loading
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment