aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-02-21 18:23:18 -0800
committerMatt Turner <[email protected]>2014-04-07 09:43:21 -0700
commitb0f37a6bd218d0649d1e176badc849a6dc150f4c (patch)
tree3d2426eac73205a7e559168f621f2fff04f801df /src/mapi
parentf76ac9c9a67853bcacee90304d08f1bf8e655c55 (diff)
glapi/gen: Ship XML and Python files
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/Makefile.am b/src/mapi/glapi/gen/Makefile.am
index 82fbaa2dee2..594c5e3f5a0 100644
--- a/src/mapi/glapi/gen/Makefile.am
+++ b/src/mapi/glapi/gen/Makefile.am
@@ -59,7 +59,9 @@ EXTRA_DIST= \
$(BUILT_SOURCES) \
$(MESA_GLAPI_DIR)/glapi_x86.S \
$(MESA_GLAPI_DIR)/glapi_x86-64.S \
- $(MESA_GLAPI_DIR)/glapi_sparc.S
+ $(MESA_GLAPI_DIR)/glapi_sparc.S \
+ $(COMMON_GLX) \
+ gl_API.dtd
######################################################################