2010/1/15 Michael Biebl <[email protected]>: > > But I couldn't find a tracker-kmail-registrar.xml file anywhere.
I guess the fix is as trivial as the attached patch, we just need to add tracker-kmail-registrar.xml to EXTRA_DIST > > What is the status of this kmail plugin anyway? Should it be > disabled/removed/fixed? . The question still stands though, if the kmail plugin is actually usable. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
From b705daa6af3cd97251e210dda214ca19f4880576 Mon Sep 17 00:00:00 2001 From: Michael Biebl <[email protected]> Date: Fri, 15 Jan 2010 07:10:07 +0100 Subject: [PATCH] Include tracker-kmail-registrar.xml in the dist tarball It is required to generate tracker-kmail-registrar-glue.h --- src/plugins/kmail/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/plugins/kmail/Makefile.am b/src/plugins/kmail/Makefile.am index 55c6b86..22a64ad 100644 --- a/src/plugins/kmail/Makefile.am +++ b/src/plugins/kmail/Makefile.am @@ -43,3 +43,4 @@ BUILT_SOURCES = $(dbus_sources) CLEANFILES = $(BUILT_SOURCES) +EXTRA_DIST = tracker-kmail-registrar.xml -- 1.6.6
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
