[tracker/tracker-0.10] build: Fixed broken distcheck configure arguments



commit 7e5b781d598fd09539f8cfbb1f6983e3eabe9fa1
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Apr 7 13:22:01 2011 +0100

    build: Fixed broken distcheck configure arguments
    
    Evolution plugin was building which shouldn't be the case

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 385551b..f9d3fcc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,7 @@ DISTCHECK_CONFIGURE_FLAGS =                            \
 	--enable-unit-tests                            \
 	--enable-functional-tests                      \
 	--enable-gtk-doc                               \
-	--enable-introspection
+	--enable-introspection                         \
 	--enable-miner-rss                             \
 	--enable-miner-flickr                          \
 	--disable-miner-evolution                      \



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