From: Ian Romanick <[email protected]>

Signed-off-by: Ian Romanick <[email protected]>
Cc: Eric Anholt <[email protected]>
---
 src/mesa/drivers/dri/i965/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
1.7.11.7

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to