From kde-commits Sun May 31 22:32:26 2009 From: Christophe Giboudeaux Date: Sun, 31 May 2009 22:32:26 +0000 To: kde-commits Subject: KDE/kdepim/akonadi Message-Id: <1243809146.085204.15587.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124386172727515 SVN commit 976113 by cgiboudeaux: Introduce kdepim-runtime : - Renamed KDEPIM_AKONADI -> kdepim-runtime, - Changed the include_directories accordingly, - Removed akonadi/ from a few #include It's not complete yet as two resources still need stuff from libkdepim. M +45 -25 CMakeLists.txt M +1 -1 agents/mailthreader/CMakeLists.txt M +1 -1 agents/nepomuk_contact_feeder/CMakeLists.txt M +1 -1 agents/nepomuk_email_feeder/CMakeLists.txt M +1 -1 agents/strigifeeder/CMakeLists.txt M +0 -1 clients/akonadi/CMakeLists.txt M +1 -2 clients/akonalendar/CMakeLists.txt M +1 -1 clients/akonamail/CMakeLists.txt M +1 -1 clients/kabc/CMakeLists.txt M +2 -2 kabc/CMakeLists.txt M +3 -4 kcal/CMakeLists.txt M +1 -1 kcm/CMakeLists.txt M +1 -1 kioslave/CMakeLists.txt M +1 -1 migration/kres/CMakeLists.txt M +2 -2 plugins/tests/CMakeLists.txt M +16 -11 resources/CMakeLists.txt M +1 -3 resources/birthdays/CMakeLists.txt M +1 -4 resources/distlist/CMakeLists.txt M +1 -1 resources/ical/CMakeLists.txt M +2 -1 resources/imap/CMakeLists.txt M +1 -1 resources/kabc/CMakeLists.txt M +1 -1 resources/kcal/CMakeLists.txt M +5 -6 resources/knut/CMakeLists.txt M +2 -2 resources/knut/knutresource.cpp M +1 -1 resources/knut/knutresource.h M +1 -1 resources/kolabproxy/CMakeLists.txt M +2 -2 resources/localbookmarks/CMakeLists.txt M +5 -2 resources/maildir/CMakeLists.txt M +1 -3 resources/maildir/libmaildir/CMakeLists.txt M +1 -1 resources/mbox/CMakeLists.txt M +0 -2 resources/microblog/CMakeLists.txt M +0 -4 resources/nepomuktag/CMakeLists.txt M +1 -1 resources/nntp/CMakeLists.txt M +3 -2 resources/openchange/CMakeLists.txt M +1 -1 resources/vcard/CMakeLists.txt M +1 -1 resources/vcarddir/CMakeLists.txt M +7 -6 tray/CMakeLists.txt M +0 -4 xml/CMakeLists.txt M +2 -2 xml/tests/CMakeLists.txt M +2 -2 xml/tests/collection.cpp M +1 -1 xml/tests/xmldocumenttest.cpp http://websvn.kde.org/?view=rev&revision=976113