diff options
author | Matt Turner <[email protected]> | 2013-04-22 13:42:02 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-04-30 14:03:32 -0700 |
commit | 460996b9371bd451516925ff00f16e2adb91f194 (patch) | |
tree | bef446ce9a93ed18684909e8ec78e0bf90a5bafd /src/gallium/tests/trivial/Makefile.am | |
parent | 538e10f3ea371c9db94c4de3daa85d1719bbdc73 (diff) |
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Tested-by: Tom Stellard <[email protected]>
Tested-by: Aaron Watry <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/tests/trivial/Makefile.am')
-rw-r--r-- | src/gallium/tests/trivial/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |