Distribute dri_sarea.h with the tarballs
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 18 Feb 2008 02:10:15 +0000 (18:10 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Mon, 18 Feb 2008 02:10:15 +0000 (18:10 -0800)
The GL/internal/dri_sarea.h header was missing from the tarballs,
causing the build to bomb for DRI2.

Makefile

index b7f9a0d43892feb223e15c2a5a16b3a1c140526e..692cfab2b64db8b22306002ddc0a4ce12111759e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -314,6 +314,7 @@ MAIN_FILES = \
 
 DRI_FILES = \
        $(DIRECTORY)/include/GL/internal/dri_interface.h                \
+       $(DIRECTORY)/include/GL/internal/dri_sarea.h                    \
        $(DIRECTORY)/include/GL/internal/sarea.h                        \
        $(DIRECTORY)/src/glx/Makefile                                   \
        $(DIRECTORY)/src/glx/x11/Makefile                               \