From 32e00d1f43e1ff65f77b3c6d904f93510acbf89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 16 May 2011 12:47:17 +0100 Subject: Use AM_CPPFLAGS instead the obsolete INCLUDES --- modules/engines/ms-windows/Makefile.am | 2 +- modules/engines/pixbuf/Makefile.am | 2 +- modules/printbackends/cups/Makefile.am | 2 +- modules/printbackends/lpr/Makefile.am | 2 +- modules/printbackends/papi/Makefile.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/engines/ms-windows/Makefile.am b/modules/engines/ms-windows/Makefile.am index de4562ba7b..fd0a40e480 100644 --- a/modules/engines/ms-windows/Makefile.am +++ b/modules/engines/ms-windows/Makefile.am @@ -4,7 +4,7 @@ SUBDIRS=Theme EXTRA_DIST += Makefile.msc -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am index 2a90796b74..59a280c707 100644 --- a/modules/engines/pixbuf/Makefile.am +++ b/modules/engines/pixbuf/Makefile.am @@ -4,7 +4,7 @@ if PLATFORM_WIN32 no_undefined = -no-undefined endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ diff --git a/modules/printbackends/cups/Makefile.am b/modules/printbackends/cups/Makefile.am index 665657a4c1..f90a28f73b 100644 --- a/modules/printbackends/cups/Makefile.am +++ b/modules/printbackends/cups/Makefile.am @@ -4,7 +4,7 @@ if PLATFORM_WIN32 no_undefined = -no-undefined endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/gtk \ -I$(top_builddir)/gtk \ diff --git a/modules/printbackends/lpr/Makefile.am b/modules/printbackends/lpr/Makefile.am index 38236525b7..ff51351d3d 100644 --- a/modules/printbackends/lpr/Makefile.am +++ b/modules/printbackends/lpr/Makefile.am @@ -4,7 +4,7 @@ if PLATFORM_WIN32 no_undefined = -no-undefined endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/gtk \ -I$(top_builddir)/gtk \ diff --git a/modules/printbackends/papi/Makefile.am b/modules/printbackends/papi/Makefile.am index 9d7109d0c3..5388baa3a3 100644 --- a/modules/printbackends/papi/Makefile.am +++ b/modules/printbackends/papi/Makefile.am @@ -2,7 +2,7 @@ if OS_WIN32 no_undefined = -no-undefined endif -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/gtk \ -I$(top_builddir)/gtk \ -- cgit v1.2.1