diff options
author | Sami Kerola <kerolasa@iki.fi> | 2013-01-02 22:01:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2013-01-03 07:17:27 (GMT) |
commit | f12e149bafa03de599ed3f8a01771ee937682d38 (patch) | |
tree | 46d09cd3d00fa7326002b328f57d917c428b3649 /src/tests | |
parent | ea2464a9eac3f5b4adf640485fa9a5d73bcf1d41 (diff) | |
download | fluxbox-f12e149bafa03de599ed3f8a01771ee937682d38.zip fluxbox-f12e149bafa03de599ed3f8a01771ee937682d38.tar.bz2 |
automake: use AM_CPPFLAGS rather than INCLUDES
The INCLUDES macro deprecated in favour of AM_CPPFLAGS.
References: http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 53e1ddc..6b3809d 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | INCLUDES= -I$(top_srcdir)/src | 1 | AM_CPPFLAGS= -I$(top_srcdir)/src |
2 | 2 | ||
3 | noinst_PROGRAMS= \ | 3 | noinst_PROGRAMS= \ |
4 | testTexture \ | 4 | testTexture \ |