summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-10-26 17:44:33 +0300
committermonsta <[email protected]>2015-10-26 17:44:33 +0300
commitaf72a9cc873bc0597ae3c2824c5bdfad66362aa1 (patch)
tree86d8f2d504bc4ea326a604d480c7b3b336bb5708 /docs
parent3f2c71401e3e0751bc632f891b53e2fbeb44c398 (diff)
downloadmate-desktop-af72a9cc873bc0597ae3c2824c5bdfad66362aa1.tar.bz2
mate-desktop-af72a9cc873bc0597ae3c2824c5bdfad66362aa1.tar.xz
docs: mention AM_CPPFLAGS instead of INCLUDES in comments in makefile
Diffstat (limited to 'docs')
-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 f4002d6..d7eff4d 100644
--- a/docs/reference/mate-desktop/Makefile.am
+++ b/docs/reference/mate-desktop/Makefile.am
@@ -65,7 +65,7 @@ expand_content_files=
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
# signals and properties.
-# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
+# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
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