aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/xa/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-06-29 13:08:06 +0100
committerEmil Velikov <[email protected]>2015-07-13 19:57:34 +0100
commitc73d30dfe90d9aa096fc64024612a6543bd748c7 (patch)
tree9da9e8df80dfae3620f30777c700467fa67364de /src/gallium/targets/xa/Makefile.am
parentabc20120e4aa5a3782f40f7d4a7c6a4f953fca9c (diff)
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Cc: Rob Clark <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/targets/xa/Makefile.am')
-rw-r--r--src/gallium/targets/xa/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/xa/Makefile.am b/src/gallium/targets/xa/Makefile.am
index 8ddb9672bd7..92173dedce3 100644
--- a/src/gallium/targets/xa/Makefile.am
+++ b/src/gallium/targets/xa/Makefile.am
@@ -81,8 +81,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
libxatracker_la_LIBADD += \
$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
- $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
- $(GALLIUM_PIPE_LOADER_LIBS)
+ $(GALLIUM_PIPE_LOADER_WINSYS_LIBS)
endif # HAVE_GALLIUM_STATIC_TARGETS