summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-06-08 08:05:41 -0600
committerBrian Paul <brianp@vmware.com>2011-06-08 08:05:41 -0600
commit9404835ccdcd503b2cd50797f43b04ebe8db6873 (patch)
tree421f502be326805491ca881de097d18028bb8904 /Makefile
parentf1733d16de56b1fbecc2b0f22fc3270b85a813cc (diff)
mesa: add include/c99/*.h files to tarballs
See https://bugs.freedesktop.org/show_bug.cgi?id=36238 NOTE: This is a candidate for the 7.10 branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2fc35b26c7f..07ec6868856 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,7 @@ MAIN_FILES = \
$(DIRECTORY)/include/GL/wglext.h \
$(DIRECTORY)/include/GL/wmesa.h \
$(DIRECTORY)/include/pci_ids/*.h \
+ $(DIRECTORY)/include/c99/*.h \
$(DIRECTORY)/src/getopt/SConscript \
$(DIRECTORY)/src/getopt/getopt*.[ch] \
$(DIRECTORY)/src/glsl/Makefile \