summaryrefslogtreecommitdiff
path: root/doc/reference/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-29 06:24:44 -0700
committerStefano Karapetsas <[email protected]>2013-07-29 06:24:44 -0700
commit1147056ef7143075d9e3156dc6a4dae0e7e562ca (patch)
treed7403687bf22e1813f0c5b4f1183ade65bd0ce99 /doc/reference/Makefile.am
parent3c0e14e0a6b9768f2f5a8d6b6d97f927e6ff374d (diff)
parent52c9b0fb478ed76c6836a55bd1b7b6149daadf92 (diff)
downloadeom-1147056ef7143075d9e3156dc6a4dae0e7e562ca.tar.bz2
eom-1147056ef7143075d9e3156dc6a4dae0e7e562ca.tar.xz
Merge pull request #21 from NiceandGently/master
fix make files for automake-1.13
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index a796954..ec25e60 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -83,7 +83,7 @@ expand_content_files=
# signals and properties.
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/src \