diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-10 09:50:49 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-05-10 09:50:49 +0200 |
commit | 3dbee74f926f4b4d35a0588207d36c12da0a4e3c (patch) | |
tree | 581840c921430ef81fc9c090e02a2aea77cad34b /docs | |
parent | 316fe6c2bfd2d5ad9ca50f288b33517ecaf7acdd (diff) |
build: use AM_CPPFLAGS instead of INCLUDES
Fixes recent automake warnings.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libqmi-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |