summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2014-01-16 17:41:51 +0100
committerOndrej Holy <oholy@redhat.com>2014-01-17 13:45:08 +0100
commit41994e8c32fb8a3a4fe9c441b1a57ac1d8fd2f1e (patch)
tree9b3e3f39248d2d29fcb7d8884c58889e9c539e02 /programs
parent05218230f58891d8b87a56256452ca8342a77972 (diff)
downloadgvfs-41994e8c32fb8a3a4fe9c441b1a57ac1d8fd2f1e.tar.gz
build: replace obsolete INCLUDES by CPPFLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'programs')
-rw-r--r--programs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/Makefile.am b/programs/Makefile.am
index d268c717..8291acb2 100644
--- a/programs/Makefile.am
+++ b/programs/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(GLIB_CFLAGS) \