aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-02 14:36:33 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-02 14:36:33 -0800
commitfa226a7a10ba95f8d8a7ff92dbfc44f6404d9d4d (patch)
treed0b03b588f6a1f298e07a8de82528ca1dce058da /Makefile
parent8ff934803cb2a0ca4f862aa5e0dd6f8908b78ffa (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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 \