[tracker/tracker-0.6] Adding missing changes to the makefile for the mockup
- From: Mikael Ottela <mottela src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker/tracker-0.6] Adding missing changes to the makefile for the mockup
- Date: Mon, 20 Apr 2009 06:46:15 -0400 (EDT)
commit 3165c1fb76d1865f82161aa7c3cf269891ae5b6c
Author: Mikael Ottela <mikael ottela ixonos com>
Date: Mon Apr 20 13:43:26 2009 +0300
Adding missing changes to the makefile for the mockup
---
src/tracker-extract/Makefile.am | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/tracker-extract/Makefile.am b/src/tracker-extract/Makefile.am
index 0a660cb..673dc09 100644
--- a/src/tracker-extract/Makefile.am
+++ b/src/tracker-extract/Makefile.am
@@ -84,6 +84,9 @@ if HAVE_TOTEM_PL_PARSER
modules_LTLIBRARIES += libextract-playlist.la
endif
+# A mockup extractor for testing purposes
+#modules_LTLIBRARIES += libextract-mockup.la
+
# Common XMP Sources
xmp_sources = \
tracker-xmp.c \
@@ -200,11 +203,18 @@ libextract_tiff_la_SOURCES = tracker-extract-tiff.c $(xmp_sources) $(iptc_source
libextract_tiff_la_LDFLAGS = $(module_flags)
libextract_tiff_la_LIBADD = $(GLIB2_LIBS) $(LIBTIFF_LIBS) $(LIBIPTCDATA_LIBS) $(EXEMPI_LIBS) $(GCOV_LIBS)
+# MOCKUP
+libextract_mockup_la_SOURCES = tracker-extract-mockup.c $(escape_sources)
+libextract_mockup_la_LDFLAGS = $(module_flags)
+libextract_mockup_la_LIBADD = $(GLIB2_LIBS) $(GCOV_LIBS)
+
# Playlists using totem-pl-parser
libextract_playlist_la_SOURCES = tracker-extract-playlist.c $(escape_sources)
libextract_playlist_la_LDFLAGS = $(module_flags)
libextract_playlist_la_LIBADD = $(GLIB2_LIBS) $(TOTEM_PL_PARSER_LIBS) $(GCOV_LIBS)
+
+
#
# Binaries
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]