From ea6caf4cdf524f83d22b5bd062773301c22e793e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 22 Apr 2013 12:07:13 -0700 Subject: build: Remove libws_null.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 705a8786eb0..6f34d3b847d 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/winsys/sw/null/libws_null.la \ $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(LIBUDEV_LIBS) \ $(DLOPEN_LIBS) \ -- cgit v1.2.3