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 9A986431FBC for ; Wed, 20 Jan 2010 12:07:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.576 X-Spam-Level: X-Spam-Status: No, score=-1.576 tagged_above=-999 required=5 tests=[AWL=-1.577, BAYES_50=0.001] autolearn=unavailable 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 9ML9Rc1IDx8S for ; Wed, 20 Jan 2010 12:07:40 -0800 (PST) Received: from mail-bw0-f215.google.com (mail-bw0-f215.google.com [209.85.218.215]) by olra.theworths.org (Postfix) with ESMTP id 440C8431FAE for ; Wed, 20 Jan 2010 12:07:40 -0800 (PST) Received: by bwz7 with SMTP id 7so1699290bwz.6 for ; Wed, 20 Jan 2010 12:07:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:x-mailer; bh=Bu/+fo15kJcJLJFNcQytQ5O+5weWTl+R2oxY003oeRI=; b=l+IoElp3GRvLAGSY+n8VLO79MgUT2oUrIBV3nsDyuuWbf+Vd2sQfC+OX3t2rS+48+f qj0PX10tUnap3KvuZvhxh90wJC4sKYowj3x/QASzsgbxMb8NBeB4VXd3X/DbsLuuDNYW FrjDF9vSxaOW6l1mN+U5ntbTnfz5UhP1CVloY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; b=AXM3pKcN8odBiHNj2XWsE6DSvQQZBs+CHHD45yf6hwptPhZVEaeUmsmTNT0WbOcr/H Dp6tGFhbRpe54xNZY00SIW5LyFnY7Ui9TcY79tBfeW+4QskQmwR93rNIkhjNKfdTq0u8 vqb3dLrJn0LPkem2iqSuuex/MJz6I42s6o+/g= Received: by 10.102.13.2 with SMTP id 2mr230272mum.12.1264018057334; Wed, 20 Jan 2010 12:07:37 -0800 (PST) Received: from localhost.localdomain (umass-959-105.wireless.umass.edu [128.119.77.105]) by mx.google.com with ESMTPS id 25sm944791mul.50.2010.01.20.12.07.35 (version=SSLv3 cipher=RC4-MD5); Wed, 20 Jan 2010 12:07:36 -0800 (PST) From: Ben Gamari To: notmuch@notmuchmail.org, cworth@cworth.org Date: Wed, 20 Jan 2010 15:07:26 -0500 Message-Id: <1264018047-28362-1-git-send-email-bgamari.foss@gmail.com> X-Mailer: git-send-email 1.6.3.3 Subject: [notmuch] libtool-less shared library building 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: Wed, 20 Jan 2010 20:07:40 -0000 Here is a short patch to build libnotmuch.so and link against the notmuch binary against it. I think the notmuch rule in Makefile.local is probably missing a dependency on lib/libnotmuch.so, but I wasn't sure how to specify it without having it be added to the linker command line. Let me know what you think. Thanks! - Ben