[tracker/disable-fts] FTS: fix when --enable-tracker-fts=yes



commit 867d61be4bebbc683f4044509eb51d3eb864b8de
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Jun 3 19:11:31 2010 +0300

    FTS: fix when --enable-tracker-fts=yes

 src/Makefile.am |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 7db30e8..55b69b8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,8 +4,16 @@ if HAVE_LIBINOTIFY
 libinotify_dir = libinotify
 endif
 
+if HAVE_TRACKER_FTS
+fts_dirs =                                     \
+       libstemmer                              \
+       libtracker-fts
+endif
+
+
 SUBDIRS = 					\
 	$(libinotify_dir)			\
+	$(fts_dirs)				\
 	libtracker-common 			\
 	libtracker-client			\
 	libtracker-db				\
@@ -41,8 +49,3 @@ if HAVE_TRACKER_EXPLORER
 SUBDIRS += tracker-explorer
 endif
 
-if HAVE_TRACKER_FTS
-SUBDIRS += 					\
-	libstemmer				\
-	libtracker-fts
-endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]