From 930c253947b1e59ec62bb1423cd2de635c97529e Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sun, 17 Feb 2008 18:10:15 -0800 Subject: Distribute dri_sarea.h with the tarballs The GL/internal/dri_sarea.h header was missing from the tarballs, causing the build to bomb for DRI2. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7f9a0d438..692cfab2b6 100644 --- 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 \ -- cgit v1.2.3