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 54D90431FAF for ; Mon, 21 Jan 2013 12:14:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 TO4J4OUmmZib for ; Mon, 21 Jan 2013 12:14:01 -0800 (PST) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 90D2E431FAE for ; Mon, 21 Jan 2013 12:14:01 -0800 (PST) Received: by mail-wi0-f180.google.com with SMTP id hj13so5285561wib.7 for ; Mon, 21 Jan 2013 12:13:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=7GwYY6NthVfjaijC0uy6VFCKu9DKGidV2vIbih6RbhY=; b=Pz8MgWHl80K/vzgKuLfid9skQq8JypyTsbk5Orux/sVmluiH2pxiMOPN1EcfKZzy6P JvgOeyTzJsIavv2OHVxFE0yyZDlVgNLpdHJ6gpPsuGWypb1/PJe1I+bdsNZW/diSjeGb tR5gq8iUmwE96Xuq+lXfu1JUCb4F2ShrpI+xHPP+RHpV3rLgqCJwqgTRkQl/NZkV9B8Y 337blZAizb8nOaT07yEVHqMP8w9NMGWFA1RLlleJ09i+j4U/EKydszy1k7ISwZv5etYD RfXIAWJkbokEj2iOlVuj5Oi3L4CsQoW0S1a8ZFfEY/ZSbZFlB3B79VWN+qoRNGWix44e jljQ== X-Received: by 10.194.108.101 with SMTP id hj5mr28537056wjb.6.1358799237569; Mon, 21 Jan 2013 12:13:57 -0800 (PST) Received: from localhost (ip-78-30-99-193.free.aero2.net.pl. [78.30.99.193]) by mx.google.com with ESMTPS id i2sm18390813wiw.3.2013.01.21.12.13.52 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 21 Jan 2013 12:13:56 -0800 (PST) From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= To: notmuch@notmuchmail.org Subject: [PATCH] lib/Makefile.local: depend on libs we are linking with Date: Mon, 21 Jan 2013 20:41:15 +0100 Message-Id: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name> X-Mailer: git-send-email 1.8.1.1 X-Gm-Message-State: ALoCoQmxVfgLuX9mfrAcLPXXOHXI4zlH6SmrAFNBM4cO4F+f+0fUaK7CXyKAtmGiC9BHla/8ISoi 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: Mon, 21 Jan 2013 20:14:02 -0000 --- lib/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.local b/lib/Makefile.local index 7785944..155ac02 100644 --- a/lib/Makefile.local +++ b/lib/Makefile.local @@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o) $(dir)/libnotmuch.a: $(libnotmuch_modules) $(call quiet,AR) rcs $@ $^ -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules) -- 1.8.1.1