build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
authorMatt Turner <mattst88@gmail.com>
Mon, 22 Apr 2013 20:42:02 +0000 (13:42 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 30 Apr 2013 21:03:32 +0000 (14:03 -0700)
Tested-by: Tom Stellard <thomas.stellard@amd.com>
Tested-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
configure.ac
src/gallium/targets/gbm/Makefile.am
src/gallium/targets/opencl/Makefile.am
src/gallium/tests/trivial/Makefile.am

index 0cdde618dd075ce1c3927433ed790b95e3a373af..e8b818b8b53815918d2fe8e6788aa53e23bc8f07 100644 (file)
@@ -1913,7 +1913,6 @@ AM_CONDITIONAL(NEED_GALLIUM_LLVMPIPE_DRIVER, test "x$HAVE_GALLIUM_I915" = xyes -
 
 if test "x$enable_gallium_loader" = xyes; then
     GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/null"
-    GALLIUM_PIPE_LOADER_LIBS="\$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la"
 
     if test "x$NEED_WINSYS_XLIB" = xyes; then
         GALLIUM_PIPE_LOADER_LIBS="$GALLIUM_PIPE_LOADER_LIBS \$(top_builddir)/src/gallium/winsys/sw/xlib/libws_xlib.la"
index ee66f9de4da41f19fd73e0f4a0de1e1e046a7155..4299d07b82eb63da62dd14c796af4b721b24643c 100644 (file)
@@ -43,6 +43,7 @@ gbm_gallium_drm_la_SOURCES = gbm.c
 
 gbm_gallium_drm_la_LIBADD = \
        $(GALLIUM_PIPE_LOADER_LIBS) \
+       $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
        $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
        $(top_builddir)/src/gallium/state_trackers/gbm/libgbm.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
index 9947aecb2d311124ed8878ef8e722d023c3eb76a..46bb29fffac0d679d843e1b496290031df2e33de 100644 (file)
@@ -7,6 +7,7 @@ libOpenCL_la_LDFLAGS = \
        -version-number 1:0
 
 libOpenCL_la_LIBADD = \
+       $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
        $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
        $(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
index 6f34d3b847dc4d5c596b3233d5b67e21e1e9f7ad..d65eb869816df0ce5acb99fbbc0957dacd12ea08 100644 (file)
@@ -12,6 +12,7 @@ AM_CPPFLAGS = \
        $(GALLIUM_PIPE_LOADER_DEFINES)
 
 LDADD = $(GALLIUM_PIPE_LOADER_LIBS) \
+       $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
        $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(LIBUDEV_LIBS) \