From: Thierry Vignaud Date: Mon, 5 Apr 2010 23:31:18 +0000 (-0600) Subject: mesa: add missing file to GALLIUM_FILES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc3a766c05f0b7fc6d809269b1de12ad4c4e81a;p=mesa.git mesa: add missing file to GALLIUM_FILES Signed-off-by: Brian Paul --- diff --git a/Makefile b/Makefile index 4e85f1f2626..38b53e99464 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 \