[tracker/tracker-0.12: 49/202] tests/libtracker-extract: Fix build without enca



commit 302aac0ce2ca05b42bfe1c262e587d1b157fff8b
Author: JÃrg Billeter <j bitron ch>
Date:   Sun Sep 18 09:32:53 2011 +0200

    tests/libtracker-extract: Fix build without enca

 tests/libtracker-extract/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/libtracker-extract/Makefile.am b/tests/libtracker-extract/Makefile.am
index 435cdcb..3364062 100644
--- a/tests/libtracker-extract/Makefile.am
+++ b/tests/libtracker-extract/Makefile.am
@@ -8,10 +8,10 @@ TEST_PROGS +=                                          \
 
 if HAVE_ENCA
 TEST_PROGS += tracker-encoding
-else 
-  if HAVE_MEEGOTOUCH
-    TEST_PROGS += tracker-encoding
-  endif
+else
+if HAVE_MEEGOTOUCH
+TEST_PROGS += tracker-encoding
+endif
 endif
 
 AM_CPPFLAGS =                                          \



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