Module: Mesa Branch: master Commit: 7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a
Author: Thierry Vignaud <[email protected]> Date: Mon Apr 5 17:31:18 2010 -0600 mesa: add missing file to GALLIUM_FILES Signed-off-by: Brian Paul <[email protected]> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 4e85f1f..38b53e9 100644 --- a/Makefile +++ b/Makefile @@ -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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
