Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.

This commit is contained in:
Benoit Dejean
2015-06-21 18:04:12 +02:00
parent 1908c00d32
commit 119049b8c0
17 changed files with 21 additions and 21 deletions

View File

@@ -12,7 +12,7 @@
## Martin <martin@home-of-linux.org>
##
INCLUDES = $(LIBGTOP_CFLAGS) @INCLUDES@ -D_BSD \
AM_CPPFLAGS = $(LIBGTOP_CFLAGS) @AM_CPPFLAGS@ -D_BSD \
-DLIBGTOP_COMPILE_SYSTEM="\"`uname -s`\"" \
-DLIBGTOP_COMPILE_RELEASE="\"`uname -r`\"" \
-DLIBGTOP_COMPILE_VERSION="\"`uname -v`\"" \