summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Mashal <[email protected]>2013-04-03 02:15:37 -0700
committerDan Mashal <[email protected]>2013-04-03 02:15:37 -0700
commit9d2f275b05ba979ca98b0ce4d5bf7ab21219600d (patch)
treee96829203f953d1a72a80849f9299674aa285a05
parent79815e492ffa5e7177bf7796b775cedbaa926c06 (diff)
downloadmate-desktop-9d2f275b05ba979ca98b0ce4d5bf7ab21219600d.tar.bz2
mate-desktop-9d2f275b05ba979ca98b0ce4d5bf7ab21219600d.tar.xz
Fix makefile for automake 1.13
-rw-r--r--docs/reference/mate-desktop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/mate-desktop/Makefile.am b/docs/reference/mate-desktop/Makefile.am
index 4b3e97c..d6a8fdc 100644
--- a/docs/reference/mate-desktop/Makefile.am
+++ b/docs/reference/mate-desktop/Makefile.am
@@ -67,7 +67,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=$(MATE_DESKTOP_CFLAGS) -I$(top_srcdir)/libmate-desktop -DMATE_DESKTOP_USE_UNSTABLE_API
+AM_CPPFLAGS=$(MATE_DESKTOP_CFLAGS) -I$(top_srcdir)/libmate-desktop -DMATE_DESKTOP_USE_UNSTABLE_API
GTKDOC_LIBS=$(MATE_DESKTOP_LIBS) $(top_builddir)/libmate-desktop/libmate-desktop-2.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.