summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-14 09:21:30 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-14 09:21:30 +0000
commit5be743c910029758fbe7686e774f98a9f7290630 (patch)
treeb1a9956c789f17be24dd013532bfb11a83dfc7aa /src/Makefile.am
parentb1f12feb1fd4535255f04c91bef90ae11ce57311 (diff)
downloadupower-5be743c910029758fbe7686e774f98a9f7290630.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4119793..f19ed24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = dummy freebsd linux openbsd
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \