From 3df8d193268be8d7dfb2264a2dfad5dc5b78b84f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 8 Nov 2013 17:20:05 +0100 Subject: INCLUDES -> AM_CPPFLAGS --- src/wm-tester/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wm-tester') diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am index 3d35c741..e719bdb6 100644 --- a/src/wm-tester/Makefile.am +++ b/src/wm-tester/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES=@MARCO_CFLAGS@ +AM_CPPFLAGS=@MARCO_CFLAGS@ wm_tester_SOURCES= \ main.c @@ -22,4 +22,4 @@ wm_tester_LDADD= @MARCO_LIBS@ test_gravity_LDADD= @MARCO_LIBS@ test_resizing_LDADD= @MARCO_LIBS@ test_size_hints_LDADD= @MARCO_LIBS@ -focus_window_LDADD= @MARCO_LIBS@ \ No newline at end of file +focus_window_LDADD= @MARCO_LIBS@ -- cgit v1.2.1