[tracker] build: Avoid warnings about use of old INCLUDES in Makefile.am
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] build: Avoid warnings about use of old INCLUDES in Makefile.am
- Date: Fri, 18 Oct 2013 20:29:53 +0000 (UTC)
commit 93da8b25d43635d1893919c048e5535a6b11c48a
Author: Martyn Russell <martyn lanedo com>
Date: Fri Oct 18 21:29:19 2013 +0100
build: Avoid warnings about use of old INCLUDES in Makefile.am
utils/tracker-sql/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/utils/tracker-sql/Makefile.am b/utils/tracker-sql/Makefile.am
index 452e7a1..8239d8e 100644
--- a/utils/tracker-sql/Makefile.am
+++ b/utils/tracker-sql/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
noinst_PROGRAMS = tracker-sql
-INCLUDES = \
+AM_CPPFLAGS = \
$(BUILD_CFLAGS) \
-DLOCALEDIR=\""$(localedir)"\" \
-I$(top_srcdir)/src \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]