From fa562fa22b214a7d253e80c62d4f4c97138a6155 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 19 Oct 2009 13:35:29 -0700 Subject: Hook up our fancy new notmuch_parse_date function. With all the de-glib-ification out of the way, we can now use it to allow for date-based sorting of Xapian search results. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b7ebfb81..ef8d6410 100644 --- 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 -- cgit v1.2.3