automake: remove empty GALLIUM_PIPE_LOADER_LIBS
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 29 Jun 2015 12:08:06 +0000 (13:08 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Jul 2015 18:57:34 +0000 (19:57 +0100)
Cc: Rob Clark <robclark@freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
configure.ac
src/gallium/auxiliary/pipe-loader/Makefile.am
src/gallium/targets/d3dadapter9/Makefile.am
src/gallium/targets/dri/Makefile.am
src/gallium/targets/omx/Makefile.am
src/gallium/targets/opencl/Makefile.am
src/gallium/targets/va/Makefile.am
src/gallium/targets/vdpau/Makefile.am
src/gallium/targets/xa/Makefile.am
src/gallium/targets/xvmc/Makefile.am
src/gallium/tests/trivial/Makefile.am

index 6926b6f986d01a5d1dc8548bc603ed0b6d8c30b0..0d40e2f1a90d2e236d478950bde089b440e0ca22 100644 (file)
@@ -2245,7 +2245,6 @@ if test "x$enable_gallium_loader" = xyes; then
     fi
 
     AC_SUBST([GALLIUM_PIPE_LOADER_DEFINES])
-    AC_SUBST([GALLIUM_PIPE_LOADER_LIBS])
 fi
 
 AM_CONDITIONAL(HAVE_I915_DRI, test x$HAVE_I915_DRI = xyes)
index bcd49b5fce545e102590c608488db465b6138ec1..8c8379965395923608f29353b2acdaacb4ae74db 100644 (file)
@@ -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)
index 591978f1f61d4d8cc2f49c6e5abeed98b4c0819d..fe5b0b116799e7a9d39e182446360b53df96646a 100644 (file)
@@ -118,8 +118,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
 
 d3dadapter9_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
 
index 96483964589f49d64bbc11c78f3f918e2efab2f0..7c86ea136523d49176177ac44349cae92670d5b3 100644 (file)
@@ -95,8 +95,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
 
 gallium_dri_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
 
index f52e66946edd0072779feacec85bc63b32cb5262..a4dff487dd85d9d9d8f94df3d5e316f805a636b4 100644 (file)
@@ -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
 
index 6ea04d4ce5ba636bbb872cfd1888ae7c0f9d172e..441b438d339d97d24bb08c3e4285b47d7d5763f7 100644 (file)
@@ -20,7 +20,6 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(top_builddir)/src/util/libmesautil.la \
        $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
-       $(GALLIUM_PIPE_LOADER_LIBS) \
        $(ELF_LIB) \
        -ldl \
        -lclangCodeGen \
index 57c7e353ae9f72811c1086ce0ebedfc750fbcada..9613f041b5844c1c81d3eeb7631477eedabd0d70 100644 (file)
@@ -54,8 +54,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
 
 gallium_drv_video_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
 
index 9455fc4cae57af18ce976009f5a8385c21131003..7eb62c1cc7815b14d8a47e59284d738a0c78f644 100644 (file)
@@ -66,8 +66,7 @@ else # HAVE_GALLIUM_STATIC_TARGETS
 
 libvdpau_gallium_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
 
index 8ddb9672bd7306f7b6248bedd8a0fff87442efd0..92173dedce3c3be5b2b1deff7c3b2aa1ffe7bf48 100644 (file)
@@ -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
 
index 3c16c8d51eb81307bd882bdcf2fab9dfd7998362..b328589082234e171aa25896a27865f90da2240e 100644 (file)
@@ -52,11 +52,9 @@ libXvMCgallium_la_LIBADD += $(TARGET_LIB_DEPS) \
        $(TARGET_RADEON_WINSYS) $(TARGET_RADEON_COMMON)
 
 else # HAVE_GALLIUM_STATIC_TARGETS
-# XXX: Use the pipe-loader-client over pipe-loader ?
 libXvMCgallium_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
 
index 82cab5ee210e6e8ad71707fa49dbd8b9524e62d9..56b7f3ffc664f9a9194b9cb0dbfe491efd34dfce 100644 (file)
@@ -16,7 +16,6 @@ LDADD = \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(top_builddir)/src/util/libmesautil.la \
        $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
-       $(GALLIUM_PIPE_LOADER_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)
 
 noinst_PROGRAMS = compute tri quad-tex