diff options
author | Benoit Dejean <bdejean@gmail.com> | 2015-06-21 18:04:12 +0200 |
---|---|---|
committer | Benoit Dejean <bdejean@gmail.com> | 2015-07-15 18:24:29 +0200 |
commit | 119049b8c07c05b2c6e12f36a934b5229cc7f179 (patch) | |
tree | 3ca02ded779cbbad71e5e3f9cda5dafa1294ef89 /sysdeps/common | |
parent | 1908c00d32674e3fae2b3cb0d83a9d7609f6e616 (diff) | |
download | libgtop-119049b8c07c05b2c6e12f36a934b5229cc7f179.tar.gz |
Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.
Diffstat (limited to 'sysdeps/common')
-rw-r--r-- | sysdeps/common/Makefile.am | 2 |
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 |