summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/omx
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-06-29 13:08:06 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-07-13 19:57:34 +0100
commitc73d30dfe90d9aa096fc64024612a6543bd748c7 (patch)
tree9da9e8df80dfae3620f30777c700467fa67364de /src/gallium/targets/omx
parentabc20120e4aa5a3782f40f7d4a7c6a4f953fca9c (diff)
downloadexternal_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.zip
external_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.tar.gz
external_mesa3d-c73d30dfe90d9aa096fc64024612a6543bd748c7.tar.bz2
automake: remove empty GALLIUM_PIPE_LOADER_LIBS
Cc: Rob Clark <robclark@freedesktop.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Diffstat (limited to 'src/gallium/targets/omx')
-rw-r--r--src/gallium/targets/omx/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/omx/Makefile.am b/src/gallium/targets/omx/Makefile.am
index f52e669..a4dff48 100644
--- a/src/gallium/targets/omx/Makefile.am
+++ b/src/gallium/targets/omx/Makefile.am
@@ -57,8 +57,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
libomx_mesa_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