From 2affed0851d85a08f6b0700f7128f97cae6b6024 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 26 Oct 2009 05:53:40 -0700 Subject: Move terms and tags code to a new tags.cc file. We want to start using this from both message.cc and thread.cc so we need it in a place we can share the code. This also requires a new notmuch-private-cxx.h header file for interfaces that include C++-specific datatypes (such as Xapian::Document). --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 747408a6..b4d77b4e 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ MODULES= \ message-file.o \ query.o \ sha1.o \ + tags.o \ thread.o \ libsha1.o \ xutil.o -- cgit v1.2.3