aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-10-26 05:53:40 -0700
committerGravatar Carl Worth <cworth@cworth.org>2009-10-26 05:53:40 -0700
commit2affed0851d85a08f6b0700f7128f97cae6b6024 (patch)
treed56f8d8fa4ef96885d60a5c20cf3d2a0ed338e33 /Makefile
parentb42c4418a401d6192f9c6e8584bc780bb3ff9960 (diff)
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).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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