From: Marek Olšák Date: Wed, 29 Sep 2010 11:02:27 +0000 (-0700) Subject: Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=698893889a1c6e2a75af68ee6e860bce05aa8127;p=mesa.git Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball Signed-off-by: Brian Paul --- diff --git a/Makefile b/Makefile index accdb77e5cb..65897861ef0 100644 --- a/Makefile +++ b/Makefile @@ -329,6 +329,8 @@ GALLIUM_FILES = \ $(DIRECTORY)/src/gallium/Makefile.template \ $(DIRECTORY)/src/gallium/SConscript \ $(DIRECTORY)/src/gallium/targets/Makefile.dri \ + $(DIRECTORY)/src/gallium/targets/Makefile.xorg \ + $(DIRECTORY)/src/gallium/targets/SConscript.dri \ $(DIRECTORY)/src/gallium/*/Makefile \ $(DIRECTORY)/src/gallium/*/SConscript \ $(DIRECTORY)/src/gallium/*/*/Makefile \