util/tests/hash_table: Link against libmesautil instead of libmesa
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 4 Aug 2014 23:45:27 +0000 (16:45 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 5 Aug 2014 17:52:48 +0000 (10:52 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82159

Signed-off-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/util/tests/hash_table/Makefile.am

index 55cc0b723351a6397d35d2ea5dc4aca92775669f..1eaf239d25e552f7eb179fe8d3bbbd3ae06b2593 100644 (file)
 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)