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 82852431FBD for ; Thu, 23 Feb 2012 07:10:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 fGnFymVuQyj1 for ; Thu, 23 Feb 2012 07:10:19 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 82146431FAE for ; Thu, 23 Feb 2012 07:10:19 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 52D3768056; Thu, 23 Feb 2012 17:10:20 +0200 (EET) From: Tomi Ollila To: notmuch@notmuchmail.org Subject: [RFC PATCH 2/3] emacs: add selection-menu.el to Makefile.local Date: Thu, 23 Feb 2012 17:10:16 +0200 Message-Id: <1330009817-24148-2-git-send-email-tomi.ollila@iki.fi> X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <1330009817-24148-1-git-send-email-tomi.ollila@iki.fi> References: <1330009817-24148-1-git-send-email-tomi.ollila@iki.fi> Cc: Tomi Ollila 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: Thu, 23 Feb 2012 15:10:20 -0000 In order for next patch to be easily useable, add selection-menu.el to the build. --- emacs/Makefile.local | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 4fee0e8..ff1e0f9 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -14,7 +14,8 @@ emacs_sources := \ $(dir)/notmuch-message.el \ $(dir)/notmuch-crypto.el \ $(dir)/coolj.el \ - $(dir)/notmuch-print.el + $(dir)/notmuch-print.el \ + $(dir)/selection-menu.el emacs_images := \ $(srcdir)/$(dir)/notmuch-logo.png -- 1.7.8.2