summaryrefslogtreecommitdiff
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
parent711a4482c94db1d57a3d53d58c7b73cf0f3c0981 (diff)
downloadgupnp-igd-9b5fd5ce1b9962cabd5e532b2bf2a388c7858dfc.tar.gz
Fix autotools warnings
-rw-r--r--configure.ac1
-rw-r--r--doc/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9753708..3178e84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,6 +3,7 @@ AC_INIT(gupnp-igd, 0.2.2, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgupnp-igd/gupnp-simple-igd.h)
AM_CONFIG_HEADER(config.h)
+AC_CONFIG_MACRO_DIR([m4])
AC_ISC_POSIX
AC_PROG_CC
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)