summaryrefslogtreecommitdiff
path: root/client
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 /client
parent05218230f58891d8b87a56256452ca8342a77972 (diff)
downloadgvfs-41994e8c32fb8a3a4fe9c441b1a57ac1d8fd2f1e.tar.gz
build: replace obsolete INCLUDES by CPPFLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 356bb578..8c7b76a1 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -1,6 +1,6 @@
NULL =
-INCLUDES = -I$(top_srcdir) \
+AM_CPPFLAGS = -I$(top_srcdir) \
-I$(top_srcdir)/client \
-I$(top_srcdir)/metadata \
-I$(top_builddir)/metadata \
@@ -59,7 +59,7 @@ noinst_PROGRAMS = test-uri-utils
test_uri_utils_SOURCES = test-uri-utils.c gvfsuriutils.c gvfsuriutils.h
test_uri_utils_LDADD = $(vfslibs)
-test_uri_utils_CFLAGS = $(INCLUDES)
+test_uri_utils_CFLAGS = $(AM_CPPFLAGS)
if USE_FUSE