summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentb1f12feb1fd4535255f04c91bef90ae11ce57311 (diff)
downloadupower-5be743c910029758fbe7686e774f98a9f7290630.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9a27a58..8f01af5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -30,7 +30,7 @@ IGNORE_HFILES= \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
$(DBUS_GLIB_CFLAGS) \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/libupower-glib \