[Mesa-dev] [PATCH] Makefile: ensure Gallium's Makefile.xorg and SConscript.dri are in the tarball
Brian Paul
brianp at vmware.com
Wed Sep 29 08:53:47 PDT 2010
On 09/29/2010 05:02 AM, Marek Olšák wrote:
> ---
> Makefile | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index eb90650..42f1c0a 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 \
Committed. Thanks.
-Brian
More information about the mesa-dev
mailing list