diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-03 02:55:12 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-03 02:55:12 -0700 |
commit | 069fbbc383de9e3094eb124727ebb9658875cc83 (patch) | |
tree | e96829203f953d1a72a80849f9299674aa285a05 | |
parent | 79815e492ffa5e7177bf7796b775cedbaa926c06 (diff) | |
parent | 9d2f275b05ba979ca98b0ce4d5bf7ab21219600d (diff) | |
download | mate-desktop-069fbbc383de9e3094eb124727ebb9658875cc83.tar.bz2 mate-desktop-069fbbc383de9e3094eb124727ebb9658875cc83.tar.xz |
Merge pull request #57 from dmashal/master
Fix makefile for automake 1.13
-rw-r--r-- | docs/reference/mate-desktop/Makefile.am | 2 |
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. |