[notmuch] [PATCH 3/4] compile date.c as well

Subject: [notmuch] [PATCH 3/4] compile date.c as well

Date: Tue, 26 Jan 2010 12:43:40 +0100

To: notmuch@notmuchmail.org

Cc:

From: Sebastian Spaeth


Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
---
 lib/Makefile.local |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Makefile.local b/lib/Makefile.local
index 70489e1..44deaf8 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -3,6 +3,7 @@ extra_cflags += -I$(dir)
 
 libnotmuch_c_srcs =		\
 	$(dir)/libsha1.c	\
+	$(dir)/date.c	\
 	$(dir)/message-file.c	\
 	$(dir)/messages.c	\
 	$(dir)/sha1.c		\
-- 
1.6.3.3


Thread: