]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Hook up our fancy new notmuch_parse_date function.
[notmuch] / Makefile
index b7ebfb816802cb4a4a1ff7ee3b2c0330a1fe33d2..ef8d6410ad26a2202fbc2fd44fcd7493d145b4ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: $(PROGS)
 %.o: %.c
        $(CC) -c $(CFLAGS) $(MYCFLAGS) $^ -o $@
 
-notmuch: notmuch.o database.o message.o xutil.o
+notmuch: notmuch.o database.o date.o message.o xutil.o
        $(CC) $(MYLDFLAGS) $^ -o $@
 
 notmuch-index-message: notmuch-index-message.cc