summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-07-12 10:11:04 -0400
committerRyan Lortie <desrt@desrt.ca>2013-07-12 10:31:45 -0400
commit26bc232f0d170f642c4ebaecc859746af0577837 (patch)
tree12412cfda80f029dd4b82217392402a3a6f35614 /docs
parentc2dd0445e8dfa29b054b1403702f6b88b00fe871 (diff)
downloaddconf-26bc232f0d170f642c4ebaecc859746af0577837.tar.gz
don't use INCLUDES
automake seems to prefer AM_CPPFLAGS these days (and warns about use of INCLUDES as being an "old name").
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 582f198..542a38d 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -12,7 +12,7 @@ CFILE_GLOB = $(top_srcdir)/client/*.c $(top_srcdir)/common/*.c
MKDB_OPTIONS = --output-format=xml
-INCLUDES = $(gio_CFLAGS)
+AM_CPPFLAGS = $(gio_CFLAGS)
GTKDOC_LIBS = $(gio_LIBS) -L../client -ldconf -Wl,-rpath=../client
content_files = \