From: Brian Paul Date: Wed, 8 Jun 2011 14:05:41 +0000 (-0600) Subject: mesa: add include/c99/*.h files to tarballs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9404835ccdcd503b2cd50797f43b04ebe8db6873;p=mesa.git 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. --- 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 \