summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-14 09:17:46 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-14 09:17:46 +0000
commit69b9395ef84741315721e61c5d9fe8d106b1b3e8 (patch)
tree219601b826acc5ece0418cfd829ea69cadc27692 /doc
parent041185e0fbf49aff1add8d39fb75c6b32a4abe84 (diff)
downloadcolord-69b9395ef84741315721e61c5d9fe8d106b1b3e8.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'doc')
-rw-r--r--doc/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index 9ef6fdc..dfae6b4 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -25,7 +25,7 @@ IGNORE_HFILES= \
# CFLAGS and LDFLAGS for compiling scan program. Only needed
# if $(DOC_MODULE).types is non-empty.
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/libcolord \
-I$(top_builddir)/libcolord