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.
This commit is contained in:
Dan Nicholson 2008-02-17 18:10:15 -08:00
parent 7688791fc5
commit 930c253947

View file

@ -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 \