Mesa (master): glapi/build: Add headers to distribution.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Apr 7 17:44:33 UTC 2014


Module: Mesa
Branch: master
Commit: 144bbb7b78ecac33c62c6dc28df1747a73c4eb39
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=144bbb7b78ecac33c62c6dc28df1747a73c4eb39

Author: Matt Turner <mattst88 at gmail.com>
Date:   Sun Nov 10 19:01:58 2013 -0800

glapi/build: Add headers to distribution.

Acked-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/mapi/Makefile.sources       |   24 +++++++++++++++++++-----
 src/mapi/glapi/Makefile.sources |    4 +++-
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources
index aff465a..9ecf698 100644
--- a/src/mapi/Makefile.sources
+++ b/src/mapi/Makefile.sources
@@ -15,22 +15,36 @@
 #    this mode, compile MAPI_BRIDGE_FILES with MAPI_MODE_BRIDGE defined.
 
 MAPI_UTIL_FILES = \
+	$(TOP)/src/mapi/u_compiler.h \
 	$(TOP)/src/mapi/u_current.c \
-	$(TOP)/src/mapi/u_execmem.c
+	$(TOP)/src/mapi/u_current.h \
+	$(TOP)/src/mapi/u_execmem.c \
+	$(TOP)/src/mapi/u_execmem.h \
+	$(TOP)/src/mapi/u_macros.h \
+	$(TOP)/src/mapi/u_thread.h
 
-MAPI_FILES = \
+MAPI_BRIDGE_FILES = \
 	$(TOP)/src/mapi/entry.c \
+	$(TOP)/src/mapi/entry.h \
+	$(TOP)/src/mapi/entry_x86-64_tls.h \
+	$(TOP)/src/mapi/entry_x86_tls.h \
+	$(TOP)/src/mapi/entry_x86_tsd.h \
+	$(TOP)/src/mapi/mapi_tmp.h
+
+MAPI_FILES = \
 	$(TOP)/src/mapi/mapi.c \
+	$(TOP)/src/mapi/mapi.h \
 	$(TOP)/src/mapi/stub.c \
+	$(TOP)/src/mapi/stub.h \
 	$(TOP)/src/mapi/table.c \
+	$(TOP)/src/mapi/table.h \
 	$(MAPI_UTIL_FILES)
 
 MAPI_GLAPI_FILES = \
-	$(TOP)/src/mapi/entry.c \
 	$(TOP)/src/mapi/mapi_glapi.c \
 	$(TOP)/src/mapi/stub.c \
+	$(TOP)/src/mapi/stub.h \
 	$(TOP)/src/mapi/table.c \
+	$(TOP)/src/mapi/table.h \
 	$(MAPI_UTIL_FILES)
 
-MAPI_BRIDGE_FILES = \
-	$(TOP)/src/mapi/entry.c
diff --git a/src/mapi/glapi/Makefile.sources b/src/mapi/glapi/Makefile.sources
index 100e634..04fef6c 100644
--- a/src/mapi/glapi/Makefile.sources
+++ b/src/mapi/glapi/Makefile.sources
@@ -6,7 +6,9 @@ GLAPI_SOURCES = \
 	glapi_gentable.c \
 	glapi_getproc.c \
 	glapi_nop.c \
-	glapi.c
+	glapi.c \
+	glapi.h \
+	glapi_priv.h
 
 X86_API =			\
 	glapi_x86.S




More information about the mesa-commit mailing list