diff options
author | Ian Romanick <[email protected]> | 2010-09-27 14:11:07 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-09-27 14:16:16 -0700 |
commit | 923c3334fbf215db2da123133bc4f1f32d58024e (patch) | |
tree | 55730c062c786401c9d5f067fb1ed6bad70e1c19 /Makefile | |
parent | de2dfce0d97aca1b6242eb4db5d6e4b78301bb49 (diff) |
dri: Ensure that DRI driver cpp files are in tarballs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ DRI_FILES = \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.[ch] \ $(DIRECTORY)/src/mesa/drivers/dri/common/xmlpool/*.po \ $(DIRECTORY)/src/mesa/drivers/dri/*/*.[chS] \ + $(DIRECTORY)/src/mesa/drivers/dri/*/*.cpp \ $(DIRECTORY)/src/mesa/drivers/dri/*/*/*.[chS] \ $(DIRECTORY)/src/mesa/drivers/dri/*/Makefile \ $(DIRECTORY)/src/mesa/drivers/dri/*/*/Makefile \ |