[libvirt] [libvirt-designer 1/7] build-sys: Use AM_CPPFLAGS instead of INCLUDES

Christophe Fergeau cfergeau at redhat.com
Tue Mar 3 11:11:02 UTC 2015


The latter is deprecated in favour of the former.
---
 examples/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/Makefile.am b/examples/Makefile.am
index 1d8947f..65a5afe 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
 		-I$(top_builddir)/libvirt-designer	\
 		-I$(top_srcdir)
 
-- 
2.1.0




More information about the libvir-list mailing list