From kde-commits Tue Sep 30 22:53:43 2008 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Tue, 30 Sep 2008 22:53:43 +0000 To: kde-commits Subject: playground/base/plasma Message-Id: <1222815223.959001.8695.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122281523604761 SVN commit 866461 by aseigo: add akonadi engine and plasmobiff to the build M +1 -0 applets/CMakeLists.txt M +1 -0 engines/CMakeLists.txt --- trunk/playground/base/plasma/applets/CMakeLists.txt #866460:866461 @@ -22,6 +22,7 @@ add_subdirectory(train-clock) endif(PLASMACLOCK_INCLUDE) +add_subdirectory(plasmobiff) add_subdirectory(rotator) #add_subdirectory(script) --- trunk/playground/base/plasma/engines/CMakeLists.txt #866460:866461 @@ -1,3 +1,4 @@ +add_subdirectory(akonadi) add_subdirectory(kuiserver) add_subdirectory(networkmanager) add_subdirectory(notifications)