From d807e28f43579ecc91aa40ae3e42760991c2f810 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 5 Jan 2010 13:29:23 -0800 Subject: lib: Implement new notmuch_directory_t API. This new directory ojbect provides all the infrastructure needed to detect when files or directories are deleted or renamed. There's still code needed on top of this (within "notmuch new") to actually do that detection. --- lib/Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.local') diff --git a/lib/Makefile.local b/lib/Makefile.local index a7562c9..70489e1 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -11,6 +11,7 @@ libnotmuch_c_srcs = \ libnotmuch_cxx_srcs = \ $(dir)/database.cc \ + $(dir)/directory.cc \ $(dir)/index.cc \ $(dir)/message.cc \ $(dir)/query.cc \ -- cgit v1.2.3