From 5be743c910029758fbe7686e774f98a9f7290630 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 14 Jan 2013 09:21:30 +0000 Subject: Don't use the deprecated INCLUDES in Makefile.am --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 9a27a58..8f01af5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -30,7 +30,7 @@ IGNORE_HFILES= \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -INCLUDES = \ +AM_CPPFLAGS = \ $(DBUS_GLIB_CFLAGS) \ $(GLIB_CFLAGS) \ -I$(top_srcdir)/libupower-glib \ -- cgit v1.2.1