From patchwork Mon Jun 30 08:55:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Lehan X-Patchwork-Id: 4446591 X-Patchwork-Delegate: tiwai@suse.de Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 74D0E9F319 for ; Mon, 30 Jun 2014 08:57:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BF69F2035D for ; Mon, 30 Jun 2014 08:57:24 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id E2F742034E for ; Mon, 30 Jun 2014 08:57:23 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id D1FBF2655E9; Mon, 30 Jun 2014 10:57:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_00, UNPARSEABLE_RELAY, URIBL_BLACK autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 571EB265565; Mon, 30 Jun 2014 10:55:42 +0200 (CEST) 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 8124626552C; Mon, 30 Jun 2014 10:55:38 +0200 (CEST) Received: from www7.pairlite.com (www7.pairlite.com [64.130.10.17]) by alsa0.perex.cz (Postfix) with ESMTP id 0CCED26552C; Mon, 30 Jun 2014 10:55:28 +0200 (CEST) Received: from tardis.krellan.net (unknown [24.4.193.132]) by www7.pairlite.com (Postfix) with ESMTPSA id 0D475CF01F; Mon, 30 Jun 2014 04:55:26 -0400 (EDT) From: Josh Lehan To: patch@alsa-project.org Date: Mon, 30 Jun 2014 01:55:00 -0700 Message-Id: <1404118503-22921-3-git-send-email-alsa@krellan.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1404118503-22921-1-git-send-email-alsa@krellan.com> References: <1404118503-22921-1-git-send-email-alsa@krellan.com> Cc: alsa-devel@alsa-project.org, Josh Lehan Subject: [alsa-devel] [PATCH - alsa-utils 2/5] Add amidicat Makefile to AC_OUTPUT list 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 Signed-off-by: Josh Lehan diff --git a/configure.ac b/configure.ac index a4d2db3..3f43ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -360,4 +360,4 @@ AC_OUTPUT(Makefile alsactl/Makefile alsactl/init/Makefile \ utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile \ seq/aplaymidi/Makefile seq/aseqdump/Makefile seq/aseqnet/Makefile \ speaker-test/Makefile speaker-test/samples/Makefile \ - alsaloop/Makefile) + alsaloop/Makefile amidicat/Makefile)