Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
authorMarek Olšák <maraeo@gmail.com>
Wed, 29 Sep 2010 11:02:27 +0000 (04:02 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 29 Sep 2010 15:51:55 +0000 (09:51 -0600)
Signed-off-by: Brian Paul <brianp@vmware.com>
Makefile

index accdb77e5cb3f12831c423b3a116f3a835da6cf5..65897861ef0734a1a4ea66d724e67bfd81aa9e40 100644 (file)
--- 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                           \