[tracker] Check totem-pl-parser before compile util



commit b43e0dfa0f63c6899456f103e45c4d708c7e2511
Author: Ivan Frade <ivan frade gmail com>
Date:   Tue Jul 14 00:47:04 2009 +0300

    Check totem-pl-parser before compile util
    
    Check if we have totem-pl-parser libs before compiling the tool
    to translate playlist into turtle format.

 utils/playlists/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/utils/playlists/Makefile.am b/utils/playlists/Makefile.am
index fd1607e..740a588 100644
--- a/utils/playlists/Makefile.am
+++ b/utils/playlists/Makefile.am
@@ -1,6 +1,10 @@
 include $(top_srcdir)/Makefile.decl
 
-noinst_PROGRAMS = playlist2ttl
+noinst_PROGRAMS = 
+
+if HAVE_TOTEM_PL_PARSER
+noinst_PROGRAMS += playlist2ttl
+endif
 
 INCLUDES = 				\
 	-DG_LOG_DOMAIN=\"Tracker\"	\



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