From: Ian Romanick Date: Sat, 15 Dec 2012 01:22:29 +0000 (-0800) Subject: i965: Add missing autoconf bits so test_vec4_register_coalesce will build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b23e92dbe7682b2aad30c75c75370a4cc2634cb0;p=mesa.git i965: Add missing autoconf bits so test_vec4_register_coalesce will build Signed-off-by: Ian Romanick Tested-by: Eric Anholt --- diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 8e96467b211..fb4f56cad78 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -36,6 +36,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_srcdir)/src/mesa/drivers/dri/intel \ -I$(top_srcdir)/src/mesa/drivers/dri/intel/server \ + -I$(top_srcdir)/src/gtest/include \ $(DEFINES) \ $(API_DEFINES) \ $(VISIBILITY_CFLAGS) \ @@ -71,6 +72,8 @@ TESTS = \ test_vec4_register_coalesce check_PROGRAMS = $(TESTS) +test_vec4_register_coalesce_SOURCES = \ + test_vec4_register_coalesce.cpp test_vec4_register_coalesce_LDADD = \ $(TEST_LIBS) \ $(top_builddir)/src/gtest/libgtest.la