summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-12-14 17:22:29 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-12-14 18:44:18 -0800
commitb23e92dbe7682b2aad30c75c75370a4cc2634cb0 (patch)
tree7d263935d7715f1dd82b024bbd30f2a3bb5c1c8c /src/mesa/drivers/dri/i965/Makefile.am
parentc9e48e5b083b6cf97ecdb2d17c874ea631203b06 (diff)
downloadexternal_mesa3d-b23e92dbe7682b2aad30c75c75370a4cc2634cb0.zip
external_mesa3d-b23e92dbe7682b2aad30c75c75370a4cc2634cb0.tar.gz
external_mesa3d-b23e92dbe7682b2aad30c75c75370a4cc2634cb0.tar.bz2
i965: Add missing autoconf bits so test_vec4_register_coalesce will build
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Tested-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 8e96467..fb4f56c 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