From 698893889a1c6e2a75af68ee6e860bce05aa8127 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 29 Sep 2010 04:02:27 -0700 Subject: Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball Signed-off-by: Brian Paul --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index accdb77e5c..65897861ef 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 \ -- cgit v1.2.3