summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2010-09-29 09:53:02 -0600
committerBrian Paul <[email protected]>2010-09-29 09:53:02 -0600
commitc584318a2174482325cafd3534a425410a0b4458 (patch)
tree23a18a926e6d8fb6c3fab85bf392bef982a5f8b9
parentb24238c49abf9b6aaaac56ffbf45a3c203c7ddd2 (diff)
Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
Signed-off-by: Brian Paul <[email protected]> (cherry picked from commit 698893889a1c6e2a75af68ee6e860bce05aa8127)
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb906507376..42f1c0a7947 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 \