diff options
author | Marek Olšák <[email protected]> | 2010-09-29 04:02:27 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-29 09:51:55 -0600 |
commit | 698893889a1c6e2a75af68ee6e860bce05aa8127 (patch) | |
tree | 80b995c099a201da2be5c0d1fbfcdab38490e441 /Makefile | |
parent | e3a3a5378e4a1b45f30fcb26730d6c73e623cfac (diff) |
Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |