From patchwork Wed Feb 25 14:28:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 5880461 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 42C639F373 for ; Wed, 25 Feb 2015 14:28:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F8A120390 for ; Wed, 25 Feb 2015 14:28:37 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 739A32038D for ; Wed, 25 Feb 2015 14:28:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 12D5E6E66B; Wed, 25 Feb 2015 06:28:35 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by gabe.freedesktop.org (Postfix) with ESMTP id 08F8C6E667 for ; Wed, 25 Feb 2015 06:28:33 -0800 (PST) Received: by wesw55 with SMTP id w55so3972189wes.4 for ; Wed, 25 Feb 2015 06:28:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=K43PHL7f5O08Ie+mPy522/W155zBcTGkk46iboXMqPM=; b=lHa6/3114Z2gRxFItu54ryWuC23eLiUSXCEpbNto853g6kTiJIZNCP28Us9YMRrC4b EAtoGimBapbAAp3OIUlGkBjU/9KwJ3T6jFy9FYEL3L6JJjKIaOfXltY4czlNZmF5tUYg a6Ev1zzZvF99yva/A+2B8yhGNHrWJ+3dSFdxSz+WVP4nTi3LBsdVsxgPJcJIV3gTAlXN tUwOhrpRILVTpZzlJJG7fuMwtjrH+HSJipm3iP7Rl1xvLO/HQL6maG3saoHEEiMnk1B3 4r3QlBxvkBS1cMD0tc2FJrkck2RFeT0Ha8+izBslPHhc+weNN1DJnDAGbhwB1BHABti+ lCZw== X-Received: by 10.194.85.129 with SMTP id h1mr6556738wjz.147.1424874510764; Wed, 25 Feb 2015 06:28:30 -0800 (PST) Received: from arch-laptop.localdomain (cpc12-croy20-2-0-cust52.croy.cable.virginm.net. [82.44.54.53]) by mx.google.com with ESMTPSA id m9sm25340446wiz.24.2015.02.25.06.28.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Feb 2015 06:28:28 -0800 (PST) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 1/5] automake: wrap an insanely long line Date: Wed, 25 Feb 2015 14:28:12 +0000 Message-Id: <1424874496-13540-1-git-send-email-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.1.3 Cc: emil.l.velikov@gmail.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Emil Velikov --- Makefile.am | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3cb516c..e9a041d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,18 @@ if HAVE_TEGRA TEGRA_SUBDIR = tegra endif -SUBDIRS = . $(LIBKMS_SUBDIR) $(INTEL_SUBDIR) $(NOUVEAU_SUBDIR) $(RADEON_SUBDIR) $(OMAP_SUBDIR) $(EXYNOS_SUBDIR) $(FREEDRENO_SUBDIR) $(TEGRA_SUBDIR) tests man +SUBDIRS = \ + . \ + $(LIBKMS_SUBDIR) \ + $(INTEL_SUBDIR) \ + $(NOUVEAU_SUBDIR) \ + $(RADEON_SUBDIR) \ + $(OMAP_SUBDIR) \ + $(EXYNOS_SUBDIR) \ + $(FREEDRENO_SUBDIR) \ + $(TEGRA_SUBDIR) \ + tests \ + man libdrm_la_LTLIBRARIES = libdrm.la libdrm_ladir = $(libdir)