projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76ac9c
)
glapi/gen: Ship XML and Python files
author
Matt Turner
<mattst88@gmail.com>
Fri, 22 Feb 2013 02:23:18 +0000
(18:23 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 7 Apr 2014 16:43:21 +0000
(09:43 -0700)
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mapi/glapi/gen/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/gen/Makefile.am
b/src/mapi/glapi/gen/Makefile.am
index 82fbaa2dee25484135c86c1ff6c6f56230ea575b..594c5e3f5a0d29420452a1ee80c462d4eeed10d9 100644
(file)
--- 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
######################################################################