From becfcbfbd29de1a59ae4c7c272bdad4fc1023a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 30 Jan 2012 19:15:04 -0500 Subject: [PATCH] test: Fix out-of-tree builds --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9facc8e1d..ff64060da 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,10 +6,10 @@ endif AM_CFLAGS = $(GCC_CFLAGS) -AM_CPPFLAGS = -I../src -DUNIT_TEST $(COMPOSITOR_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir)/src -DUNIT_TEST $(COMPOSITOR_CFLAGS) matrix_test_SOURCES = \ matrix-test.c \ - ../src/matrix.c \ - ../src/matrix.h + $(top_srcdir)/src/matrix.c \ + $(top_srcdir)/src/matrix.h matrix_test_LDADD = -lm -lrt