summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader
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/auxiliary/pipe-loader
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/auxiliary/pipe-loader')
-rw-r--r--src/gallium/auxiliary/pipe-loader/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am
index bcd49b5..8c83799 100644
--- a/src/gallium/auxiliary/pipe-loader/Makefile.am
+++ b/src/gallium/auxiliary/pipe-loader/Makefile.am
@@ -14,9 +14,6 @@ noinst_LTLIBRARIES = libpipe_loader.la
libpipe_loader_la_SOURCES = \
$(COMMON_SOURCES)
-libpipe_loader_la_LIBADD = $(COMMON_LIBADD) \
- $(GALLIUM_PIPE_LOADER_LIBS)
-
if HAVE_DRM_LOADER_GALLIUM
AM_CFLAGS += \
$(LIBDRM_CFLAGS)