From patchwork Mon Nov 20 17:05:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanu Kaskinen X-Patchwork-Id: 10066779 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F2B1460375 for ; Mon, 20 Nov 2017 17:06:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DFC66293E2 for ; Mon, 20 Nov 2017 17:06:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D394129413; Mon, 20 Nov 2017 17:06:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE, RCVD_IN_SBL, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A487B293E2 for ; Mon, 20 Nov 2017 17:06:14 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 9CE7B2675CA; Mon, 20 Nov 2017 18:06:10 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id A0B612675CB; Mon, 20 Nov 2017 18:06:09 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by alsa0.perex.cz (Postfix) with ESMTP id 1994E266F52 for ; Mon, 20 Nov 2017 18:06:06 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 17F8020D3D; Mon, 20 Nov 2017 12:06:05 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 20 Nov 2017 12:06:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=1RSy+R5MOEqmLazkP yuHjGVcm5n/QqkSmpYusTtE5VY=; b=LsnXY+IFSD80CGTEAwI3H7wAbS3yIIgL8 phMpGAtRfVmbv8yFLrSVcfpYBoAHR6wPnZVgnl3qywYfMqRQc+DVHiF81eJf95wh +WQ5mhofsKe+7L0nmepsP6FFtddhHLUmsXlx1jdzxfGCQ28KoK8eb7KTNBWnZ1vj DOpww3cQHGoCXeEIgX9GDdUwpzN86v2D4YQPyE8iJWWABTys9MzdO6lc/5VFbNHs 2OjXtiwc7UL9GO7WIBrGQu6lmv0IJ2lM6Id9WkWuSVWaXPNnny+TF5jNoVNY6R86 WGAmWD7h06rRkRWsi0aw6zmojpYZwr+R+6kn/ZX707tM7N2ZCQkAg== X-ME-Sender: Received: from localhost.localdomain (unknown [192.40.95.25]) by mail.messagingengine.com (Postfix) with ESMTPA id 75D742473E; Mon, 20 Nov 2017 12:06:04 -0500 (EST) From: Tanu Kaskinen To: alsa-devel@alsa-project.org Date: Mon, 20 Nov 2017 19:05:28 +0200 Message-Id: <20171120170528.11998-1-tanuk@iki.fi> X-Mailer: git-send-email 2.14.2 Cc: Takashi Iwai Subject: [alsa-devel] [PATCH alsa-tools] hdajacksensetest: add gitcompile to EXTRA_DIST X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP The gitcompile script is used from the top-level Makefile, so it needs to be included in the tarball. Signed-off-by: Tanu Kaskinen --- hdajacksensetest/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/hdajacksensetest/Makefile.am b/hdajacksensetest/Makefile.am index 795373c..893b4e1 100644 --- a/hdajacksensetest/Makefile.am +++ b/hdajacksensetest/Makefile.am @@ -1,3 +1,4 @@ +EXTRA_DIST = gitcompile MYNAME = hdajacksensetest AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = hdajacksensetest