diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-17 18:10:15 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2008-02-17 18:10:15 -0800 |
commit | 930c253947b1e59ec62bb1423cd2de635c97529e (patch) | |
tree | 5c7e2330d074eb7cea12282555dab76363aedd8a /Makefile | |
parent | 7688791fc52f116eea421fda1d17aba5cf10977b (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |