summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-01-26 20:20:14 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-03-03 11:47:28 +0100
commit3b73608d75adbd1120694fcea1c95708ff2297b0 (patch)
tree21e8cd629d54e21312e52fea6b0c904d4f3050f7
parent079d179c8c2feedd9607f9f021a429f10b0b66e6 (diff)
build-sys: Use AM_CPPFLAGS instead of INCLUDES
The latter is deprecated in favour of the former.
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)