From fa226a7a10ba95f8d8a7ff92dbfc44f6404d9d4d Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 2 Nov 2009 14:36:33 -0800 Subject: Drop date.c file, (use identical function from GMime instead). We had originally copied this function in at a time when notmuch wasn't actually depending on the GMime library. Now that it does, we might as well call the function that exists there rather than having a private copy of it. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 348d8772..8fa81c61 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,6 @@ NOTMUCH_LDFLAGS=`pkg-config --libs glib-2.0 gmime-2.4 talloc` \ LIBRARY= \ database.o \ - date.o \ index.o \ libsha1.o \ message.o \ -- cgit v1.2.3