diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2015-05-19 12:51:19 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-05-19 13:23:05 +0100 |
commit | 0c9e0b7a6c79a32702140c91146c7267f1658cc4 (patch) | |
tree | eab7bb569a9ef0872a1facf233c4ecad3b763cb4 | |
parent | 0148c0ae6a6795b5decc7ed7385be37a37e18a1f (diff) |
glapi: track GL_ARB_program_interface_query.xml10.6-branchpoint
Add the file to the API_XML list, otherwise there will be no knowledge
by the build that it should be included in the tarball.
Thus the (scons) build will fail.
Fixes: b297fc27aa9(glapi: add GL_ARB_program_interface_query skeleton)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | src/mapi/glapi/gen/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am index 4d23f825c9..adebd5c65f 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -141,6 +141,7 @@ API_XML = \ ARB_map_buffer_range.xml \ ARB_multi_bind.xml \ ARB_pipeline_statistics_query.xml \ + ARB_program_interface_query.xml \ ARB_robustness.xml \ ARB_sample_shading.xml \ ARB_sampler_objects.xml \ |