Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 317AC431FAE for ; Tue, 26 Jan 2010 03:44:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.092 X-Spam-Level: X-Spam-Status: No, score=-1.092 tagged_above=-999 required=5 tests=[AWL=0.018, BAYES_05=-1.11] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yO2AGD6SjEjM for ; Tue, 26 Jan 2010 03:44:21 -0800 (PST) Received: from homiemail-a20.g.dreamhost.com (caiajhbdcagg.dreamhost.com [208.97.132.66]) by olra.theworths.org (Postfix) with ESMTP id A6288431FC9 for ; Tue, 26 Jan 2010 03:44:18 -0800 (PST) Received: from localhost.localdomain (mtec-hg-docking-2-dhcp-062.ethz.ch [82.130.121.62]) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id 7F0F07EC063; Tue, 26 Jan 2010 03:44:17 -0800 (PST) From: Sebastian Spaeth To: notmuch@notmuchmail.org Date: Tue, 26 Jan 2010 12:43:40 +0100 Message-Id: <1264506221-9636-3-git-send-email-Sebastian@SSpaeth.de> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1264506221-9636-2-git-send-email-Sebastian@SSpaeth.de> References: <1264506221-9636-1-git-send-email-Sebastian@SSpaeth.de> <1264506221-9636-2-git-send-email-Sebastian@SSpaeth.de> Subject: [notmuch] [PATCH 3/4] compile date.c as well X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 11:44:22 -0000 Signed-off-by: Sebastian Spaeth --- 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