summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-06-24 16:33:10 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-06-24 16:33:10 -0400
commit9b5fd5ce1b9962cabd5e532b2bf2a388c7858dfc (patch)
tree311f2dc601fdf4a12b671f5747dd5e528e2d9aed /doc/Makefile.am
parent711a4482c94db1d57a3d53d58c7b73cf0f3c0981 (diff)
downloadgupnp-igd-9b5fd5ce1b9962cabd5e532b2bf2a388c7858dfc.tar.gz
Fix autotools warnings
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 86e164c..de8e220 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -65,9 +65,9 @@ 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)
-INCLUDES= $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
+AM_CPPFLAGS= $(LIBGUPNP_CFLAGS) -I$(top_srcdir)
GTKDOC_LIBS= \
$(top_builddir)/libgupnp-igd/libgupnp-igd-1.0.la \
$(LIBGUPNP_LIBS)