[Mesa-dev] [PATCH 03/29] gallium/radeon: drop unused variable LIBGALLIUM_LIBS

Tom Stellard tom at stellard.net
Fri Sep 27 20:38:33 PDT 2013


On Sun, Sep 22, 2013 at 09:29:26PM +0100, Emil Velikov wrote:
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/gallium/drivers/radeon/Makefile.am | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am
> index ac8cbd3..d5a6ff2 100644
> --- a/src/gallium/drivers/radeon/Makefile.am
> +++ b/src/gallium/drivers/radeon/Makefile.am
> @@ -1,8 +1,6 @@
>  include Makefile.sources
>  include $(top_srcdir)/src/gallium/Automake.inc
>  
> -LIBGALLIUM_LIBS=
> -
>  noinst_LTLIBRARIES = libradeon.la
>  
>  AM_CFLAGS = $(GALLIUM_CFLAGS) $(RADEON_CFLAGS)
> @@ -30,7 +28,6 @@ libllvmradeon_la_SOURCES = \
>  	$(LLVM_C_FILES)
>  
>  libllvmradeon_la_LIBADD = \
> -	$(LIBGALLIUM_LIBS) \
>  	$(CLOCK_LIB) \
>  	$(LLVM_LIBS) \
>  	$(ELF_LIB)
> -- 
> 1.8.4
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list