diff options
author | Mathias Fröhlich <[email protected]> | 2014-10-25 08:57:00 +0200 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2014-10-25 15:14:24 +0200 |
commit | ce6155941357b915aa5408e0a8089a7bf32f9c10 (patch) | |
tree | 339c6fdddc3d62cb4a5a46117e28d02accf66f2e | |
parent | d6252d0f633292b01c3964d0e3da12f759bec9c5 (diff) |
mesa: Add ARB_clip_control.xml to automake.
Adding this makes 'make check' catch failures introduced from
within ARB_clip_control.xml earlier.
Signed-off-by: Mathias Froehlich <[email protected]>
-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 2fbc5980660..72e5095eeef 100644 --- a/src/mapi/glapi/gen/Makefile.am +++ b/src/mapi/glapi/gen/Makefile.am @@ -113,6 +113,7 @@ API_XML = \ ARB_blend_func_extended.xml \ ARB_clear_buffer_object.xml \ ARB_clear_texture.xml \ + ARB_clip_control.xml \ ARB_color_buffer_float.xml \ ARB_compressed_texture_pixel_storage.xml \ ARB_compute_shader.xml \ |