diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2016-01-18 13:06:28 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-01-18 13:37:58 +0200 |
commit | 7bc714509b5661658ebe65422e49cbf2055f6ad3 (patch) | |
tree | 3bd6ac1739650c41e614488a80492694fd9c596a | |
parent | a78e08e88fb42db540955f94752a49a4800c0e43 (diff) |
mapi: include gl.xml in the tarball
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r-- | src/mapi/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 307e05d503..5ba924192c 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -35,6 +35,7 @@ EXTRA_DIST = \ es2api/ABI-check \ mapi_abi.py \ glapi/SConscript \ + glapi/registry/gl.xml \ shared-glapi/SConscript AM_CFLAGS = \ |