summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoit Dejean <bdejean@gmail.com>2015-06-21 18:04:12 +0200
committerBenoit Dejean <bdejean@gmail.com>2015-07-15 18:24:29 +0200
commit119049b8c07c05b2c6e12f36a934b5229cc7f179 (patch)
tree3ca02ded779cbbad71e5e3f9cda5dafa1294ef89 /sysdeps/common
parent1908c00d32674e3fae2b3cb0d83a9d7609f6e616 (diff)
downloadlibgtop-119049b8c07c05b2c6e12f36a934b5229cc7f179.tar.gz
Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am
index 2dc04c60..373b3898 100644
--- a/sysdeps/common/Makefile.am
+++ b/sysdeps/common/Makefile.am
@@ -1,5 +1,5 @@
-INCLUDES = @INCLUDES@
+AM_CPPFLAGS = @AM_CPPFLAGS@
noinst_LTLIBRARIES = libgtop_common-2.0.la libgtop_suid_common-2.0.la