diff options
author | Emil Velikov <[email protected]> | 2013-09-17 18:46:24 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2013-10-01 07:29:49 -0700 |
commit | 4334666b4786683315ee2c5e97eebb02bbad2a62 (patch) | |
tree | 306271e72cb98c761504df2ef5b5c4f3efd49ea4 | |
parent | e11ff60e280083829a23cff7120eb932e26d0832 (diff) |
gallium/radeon: drop unused variable LIBGALLIUM_LIBS
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
-rw-r--r-- | src/gallium/drivers/radeon/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index ac8cbd36b2b..d5a6ff28646 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) |