From 52c9b0fb478ed76c6836a55bd1b7b6149daadf92 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 29 Jul 2013 14:11:52 +0200 Subject: fix make files for automake-1.13 --- doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 \ -- cgit v1.2.1