From 460996b9371bd451516925ff00f16e2adb91f194 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 22 Apr 2013 13:42:02 -0700 Subject: build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. Tested-by: Tom Stellard Tested-by: Aaron Watry Reviewed-by: Brian Paul --- src/gallium/tests/trivial/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/tests/trivial/Makefile.am') diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am index 6f34d3b847d..d65eb869816 100644 --- a/src/gallium/tests/trivial/Makefile.am +++ b/src/gallium/tests/trivial/Makefile.am @@ -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) \ -- cgit v1.2.3