aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-10-30 22:32:33 +0200
committerGravatar David Bremner <bremner@debian.org>2012-10-31 16:42:29 -0300
commitd86522637a7cd0455c127284ebccf3645d681441 (patch)
tree4ce528a6a9ccf26d748ef4805d697ba5cb85c313 /Makefile
parentc158201ee217740cb1b64858df8c7d39cf7793d0 (diff)
parse-time-string: add a date/time parser to notmuch
Add a date/time parser to notmuch, to be used for adding date range query support for notmuch lib later on. Add the parser to a directory of its own to make it independent of the rest of the notmuch code base. Signed-off-by: Jani Nikula <jani@nikula.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5e2e3a3..bb9c3164 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
all:
# List all subdirectories here. Each contains its own Makefile.local
-subdirs = compat completion emacs lib man util test
+subdirs = compat completion emacs lib man parse-time-string util test
# We make all targets depend on the Makefiles themselves.
global_deps = Makefile Makefile.config Makefile.local \