diff options
author | Ondrej Holy <oholy@redhat.com> | 2014-01-16 17:41:51 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2014-01-17 13:45:08 +0100 |
commit | 41994e8c32fb8a3a4fe9c441b1a57ac1d8fd2f1e (patch) | |
tree | 9b3e3f39248d2d29fcb7d8884c58889e9c539e02 /metadata | |
parent | 05218230f58891d8b87a56256452ca8342a77972 (diff) | |
download | gvfs-41994e8c32fb8a3a4fe9c441b1a57ac1d8fd2f1e.tar.gz |
build: replace obsolete INCLUDES by CPPFLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=722354
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/Makefile.am b/metadata/Makefile.am index 25579945..e86e1c92 100644 --- a/metadata/Makefile.am +++ b/metadata/Makefile.am @@ -30,7 +30,7 @@ libexec_PROGRAMS =\ gvfsd-metadata \ $(NULL) -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common \ +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/common \ $(LIBXML_CFLAGS) $(GLIB_CFLAGS) \ $(UDEV_CFLAGS) \ -DGVFS_LOCALEDIR=\""$(localedir)"\" \ |