| commit | 47a0a7cfdd9140ac8154003ea8de8d2ef1f6b214 | [log] [download] |
|---|---|---|
| author | Kir Kolyshkin <kir@openvz.org> | Fri Sep 28 13:56:32 2012 +0400 |
| committer | Kir Kolyshkin <kir@openvz.org> | Fri Sep 28 13:56:32 2012 +0400 |
| tree | e90198ea2e944dae3a04fcd8bc6ea8cd81ed6530 | |
| parent | 162ddedeea43e6e9f7b397a13e1262069557a510 [diff] |
Makefile.am: use AM_CPPFLAGS
(1) automake 1.11 documentation says that INCLUDES is obsoleted
and AM_CPPFLAGS provides the same functionality
(2) Defines (-D) is a preprocessor directive, so it should go to
AM_CPPFLAGS not AM_CFLAGS.
Signed-off-by: Kir Kolyshkin <kir@openvz.org>