summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-02-17 18:10:15 -0800
committerDan Nicholson <dbn.lists@gmail.com>2008-02-17 18:10:15 -0800
commit930c253947b1e59ec62bb1423cd2de635c97529e (patch)
tree5c7e2330d074eb7cea12282555dab76363aedd8a /Makefile
parent7688791fc52f116eea421fda1d17aba5cf10977b (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 \