aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-11-12 21:54:16 -0400
committerGravatar David Bremner <bremner@debian.org>2012-12-09 13:33:34 -0400
commitfb50cc41fe6f508118697d65a44e8f742a466ca0 (patch)
tree031723c14e4a813c2eaa7ef6dbf5d49907234463 /Makefile.local
parent9ff72a83bda69e6c064bd8be9f201a4626bff54e (diff)
tag-util.[ch]: New files for common tagging routines
These are meant to be shared between notmuch-tag and notmuch-restore. The bulk of the routines implement a "tag operation list" abstract data type act as a structured representation of a set of tag operations (typically coming from a single tag command or line of input).
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.local b/Makefile.local
index 0db1713e..c274f073 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -275,6 +275,7 @@ notmuch_client_srcs = \
query-string.c \
mime-node.c \
crypto.c \
+ tag-util.c
notmuch_client_modules = $(notmuch_client_srcs:.c=.o)