Mesa (master): makefile: add all headers to the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Tue Mar 24 20:50:47 UTC 2015


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

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Mar 23 16:17:34 2015 +0000

makefile: add all headers to the tarball

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>

---

 Makefile.am |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f4f0912..9f49ce6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,12 +44,15 @@ EXTRA_DIST = \
 	scons \
 	SConstruct
 
-noinst_HEADERS =					\
-	include/c99_compat.h				\
-	include/c99					\
-	include/c11					\
-	include/D3D9					\
-	include/HaikuGL					\
+noinst_HEADERS = \
+	include/c99_alloca.h \
+	include/c99_compat.h \
+	include/c99_math.h \
+	include/c99 \
+	include/c11 \
+	include/D3D9 \
+	include/HaikuGL \
+	include/no_extern_c.h \
 	include/pci_ids
 
 # We list some directories in EXTRA_DIST, but don't actually want to include




More information about the mesa-commit mailing list