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



commit d65e7ba1f2abe56f0e6ea1b9d00be6e15af89723
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]