From ebcf2314cf61c1e8be4a5557e93166091b8af18b Mon Sep 17 00:00:00 2001 From: dockes Date: Wed, 18 Nov 2009 15:32:32 +0000 Subject: [PATCH] added beaglequeue/circache to kio build because of internfile dependancy --- src/kde/kioslave/recoll/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/kde/kioslave/recoll/CMakeLists.txt b/src/kde/kioslave/recoll/CMakeLists.txt index 560d18b4..73aa0867 100644 --- a/src/kde/kioslave/recoll/CMakeLists.txt +++ b/src/kde/kioslave/recoll/CMakeLists.txt @@ -41,6 +41,7 @@ ${rcltop}/common/rclinit.cpp ${rcltop}/common/textsplit.cpp ${rcltop}/common/unacpp.cpp ${rcltop}/index/mimetype.cpp +${rcltop}/index/beaglequeue.cpp ${rcltop}/internfile/htmlparse.cpp ${rcltop}/internfile/internfile.cpp ${rcltop}/internfile/myhtmlparse.cpp @@ -65,11 +66,13 @@ ${rcltop}/rcldb/stemdb.cpp ${rcltop}/rcldb/stoplist.cpp ${rcltop}/unac/unac.c ${rcltop}/utils/base64.cpp +${rcltop}/utils/circache.cpp ${rcltop}/utils/closefrom.cpp ${rcltop}/utils/conftree.cpp ${rcltop}/utils/copyfile.cpp ${rcltop}/utils/debuglog.cpp ${rcltop}/utils/execmd.cpp +${rcltop}/utils/fstreewalk.cpp ${rcltop}/utils/idfile.cpp ${rcltop}/utils/fileudi.cpp ${rcltop}/utils/md5.cpp