mesa: add include/c99/*.h files to tarballs
authorBrian Paul <brianp@vmware.com>
Wed, 8 Jun 2011 14:05:41 +0000 (08:05 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 8 Jun 2011 14:05:41 +0000 (08:05 -0600)
See https://bugs.freedesktop.org/show_bug.cgi?id=36238

NOTE: This is a candidate for the 7.10 branch.

Makefile

index 2fc35b2..07ec686 100644 (file)
--- 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                                  \