From 3dbee74f926f4b4d35a0588207d36c12da0a4e3c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 10 May 2013 09:50:49 +0200 Subject: build: use AM_CPPFLAGS instead of INCLUDES Fixes recent automake warnings. --- docs/reference/libqmi-glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/reference/libqmi-glib/Makefile.am b/docs/reference/libqmi-glib/Makefile.am index cb3a8d5..c83fb15 100644 --- a/docs/reference/libqmi-glib/Makefile.am +++ b/docs/reference/libqmi-glib/Makefile.am @@ -46,7 +46,7 @@ IGNORE_HFILES = \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -INCLUDES = \ +AM_CPPFLAGS = \ -I$(srcdir) \ -I$(top_srcdir) \ -I$(top_builddir) \ -- cgit v1.2.3