[Mesa-dev] [PATCH] util/tests/hash_table: Link against libmesautil instead of libmesa

Jason Ekstrand jason at jlekstrand.net
Mon Aug 4 17:41:01 PDT 2014


Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
---
 src/util/tests/hash_table/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/util/tests/hash_table/Makefile.am b/src/util/tests/hash_table/Makefile.am
index 55cc0b7..8fdc951 100644
--- a/src/util/tests/hash_table/Makefile.am
+++ b/src/util/tests/hash_table/Makefile.am
@@ -21,12 +21,10 @@
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/util \
-	-I$(top_srcdir)/src/mesa \
-	-I$(top_srcdir)/src/mesa/main \
 	$(DEFINES) $(INCLUDE_DIRS)
 
 LDADD = \
-	$(top_builddir)/src/mesa/libmesa.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(PTHREAD_LIBS) \
 	$(DLOPEN_LIBS)
 
-- 
2.0.4



More information about the mesa-dev mailing list