diff options
author | infirit <[email protected]> | 2013-11-08 17:20:05 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-08 17:25:47 +0100 |
commit | 3ae2bed0210e96608d709feb53134415540b92c1 (patch) | |
tree | 922d00f7155bf132453390d8b3ddc16d443760b5 /src/wm-tester | |
parent | 4bc5a8d6a069a2bbd4fedd57ea1325f25e93e26b (diff) | |
download | marco-3ae2bed0210e96608d709feb53134415540b92c1.tar.bz2 marco-3ae2bed0210e96608d709feb53134415540b92c1.tar.xz |
INCLUDES -> AM_CPPFLAGS
Diffstat (limited to 'src/wm-tester')
-rw-r--r-- | src/wm-tester/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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@ |