Mesa (master): util/tests/hash_table: Link against libmesautil instead of libmesa

Jason Ekstrand jekstrand at kemper.freedesktop.org
Tue Aug 5 17:52:57 UTC 2014


Module: Mesa
Branch: master
Commit: 1d47f67455d76e5b76c935df6d30b1748e81744d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d47f67455d76e5b76c935df6d30b1748e81744d

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Aug  4 16:45:27 2014 -0700

util/tests/hash_table: Link against libmesautil instead of libmesa

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82159

Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/util/tests/hash_table/Makefile.am |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/util/tests/hash_table/Makefile.am b/src/util/tests/hash_table/Makefile.am
index 55cc0b7..1eaf239 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)
+	$(DEFINES)
 
 LDADD = \
-	$(top_builddir)/src/mesa/libmesa.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(PTHREAD_LIBS) \
 	$(DLOPEN_LIBS)
 




More information about the mesa-commit mailing list