diff options
author | Thierry Vignaud <[email protected]> | 2010-04-05 17:31:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-05 17:31:28 -0600 |
commit | 7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a (patch) | |
tree | 506db6dc4cd1694fc92041359dca2b09291d1288 /Makefile | |
parent | 50074ecd3a360d3479d789624a268847a644add8 (diff) |
mesa: add missing file to GALLIUM_FILES
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -320,6 +320,7 @@ GALLIUM_FILES = \ $(DIRECTORY)/src/gallium/Makefile \ $(DIRECTORY)/src/gallium/Makefile.template \ $(DIRECTORY)/src/gallium/SConscript \ + $(DIRECTORY)/src/gallium/targets/Makefile.dri \ $(DIRECTORY)/src/gallium/*/Makefile \ $(DIRECTORY)/src/gallium/*/SConscript \ $(DIRECTORY)/src/gallium/*/*/Makefile \ |