From 678b1872658f55f8630c1712e2312ee11d3547c1 Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Tue, 26 Oct 2010 10:19:43 +0100 Subject: build: Use AM_CPPFLAGS now INCLUDES is deprecated --- examples/class-signal/Makefile.am | 2 +- examples/libtracker-extract/Makefile.am | 2 +- examples/libtracker-miner/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/class-signal/Makefile.am b/examples/class-signal/Makefile.am index d7ef1a885..76a8b0cf1 100644 --- a/examples/class-signal/Makefile.am +++ b/examples/class-signal/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.decl -INCLUDES = \ +AM_CPPFLAGS = \ $(BUILD_CFLAGS) \ -I$(top_srcdir)/src \ $(LIBTRACKER_SPARQL_CFLAGS) diff --git a/examples/libtracker-extract/Makefile.am b/examples/libtracker-extract/Makefile.am index 24e8a90af..bf630ab55 100644 --- a/examples/libtracker-extract/Makefile.am +++ b/examples/libtracker-extract/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl module_flags = -module -avoid-version -no-undefined modulesdir = $(libdir)/tracker-$(TRACKER_API_VERSION)/extract-modules -INCLUDES = \ +AM_CPPFLAGS = \ $(BUILD_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_builddir)/src \ diff --git a/examples/libtracker-miner/Makefile.am b/examples/libtracker-miner/Makefile.am index 02956d716..c24afaf6d 100644 --- a/examples/libtracker-miner/Makefile.am +++ b/examples/libtracker-miner/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.decl -INCLUDES = \ +AM_CPPFLAGS = \ $(BUILD_CFLAGS) \ -DSHAREDIR=\""$(datadir)"\" \ -I$(top_srcdir)/src \ -- cgit v1.2.1