automake: include the libdeps in the correct order
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 19 Jun 2014 21:46:25 +0000 (22:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 19 Jun 2014 21:53:56 +0000 (22:53 +0100)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80254
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/gallium/targets/gbm/Makefile.am
src/gallium/targets/opencl/Makefile.am
src/gallium/targets/xa/Makefile.am
src/gallium/tests/trivial/Makefile.am

index 00f12c56bb0074292bb70b207c6687e6c4886a2d..6f2a792dc10bd63ea6b40ccd159149ae5ec4276a 100644 (file)
@@ -43,11 +43,11 @@ nodist_EXTRA_gbm_gallium_drm_la_SOURCES = dummy.cpp
 gbm_gallium_drm_la_SOURCES = gbm.c
 
 gbm_gallium_drm_la_LIBADD = \
-       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
-       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
        $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
        $(top_builddir)/src/gallium/state_trackers/gbm/libgbm.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
+       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
        $(LIBDRM_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)
 
index 80b7e673902668137177584784de2bd22decd360..ca047f051a671165dc429c678bc3475da38fffe8 100644 (file)
@@ -17,11 +17,11 @@ lib@OPENCL_LIBNAME@_la_LDFLAGS += \
 endif
 
 lib@OPENCL_LIBNAME@_la_LIBADD = \
-       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
-       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
        $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
        $(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
+       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
        -ldl \
        -lclangCodeGen \
        -lclangFrontendTool \
index 632b52f372451823646057eeb16912b07cb0b187..a62704099d3a9b53a4c7e1447bddf511bb55bbc9 100644 (file)
@@ -40,11 +40,11 @@ nodist_EXTRA_libxatracker_la_SOURCES = dummy.cpp
 libxatracker_la_SOURCES =
 
 libxatracker_la_LIBADD = \
-       $(GALLIUM_PIPE_LOADER_LIBS) \
-       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
        $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader.la \
        $(top_builddir)/src/gallium/state_trackers/xa/libxatracker.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
+       $(GALLIUM_PIPE_LOADER_LIBS) \
        $(LIBDRM_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)
 
index 183fe8ed8b1574917614cb9cade3d123927fddb7..a0434d9e924d9c290c6b0d64d0d267f5df8de6d0 100644 (file)
@@ -12,10 +12,10 @@ AM_CPPFLAGS = \
        $(GALLIUM_PIPE_LOADER_DEFINES)
 
 LDADD = \
-       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
-       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
        $(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
        $(top_builddir)/src/gallium/auxiliary/libgallium.la \
+       $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
+       $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
        $(GALLIUM_COMMON_LIB_DEPS)
 
 noinst_PROGRAMS = compute tri quad-tex