From: Dan Nicholson Date: Mon, 18 Feb 2008 02:10:15 +0000 (-0800) Subject: Distribute dri_sarea.h with the tarballs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=930c253947b1e59ec62bb1423cd2de635c97529e;p=mesa.git 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. --- diff --git a/Makefile b/Makefile index b7f9a0d4389..692cfab2b64 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 \