From patchwork Tue Mar 17 23:17:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 6035311 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 9117ABF90F for ; Tue, 17 Mar 2015 23:17:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BBC9C2042B for ; Tue, 17 Mar 2015 23:17:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 5F48B20272 for ; Tue, 17 Mar 2015 23:17:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 75CD36E7A4; Tue, 17 Mar 2015 16:17:52 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by gabe.freedesktop.org (Postfix) with ESMTP id BD7E46E7A4 for ; Tue, 17 Mar 2015 16:17:51 -0700 (PDT) Received: by wggv3 with SMTP id v3so20917180wgg.1 for ; Tue, 17 Mar 2015 16:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=jmtwGHXuPYB/Oc/p8hhd/tENVYFffyECiEEtmAtBlbo=; b=ug7L8XTP/e9/PO+bcTgcQqFGfPbVYdTF69s7r3jBrv2X4PZNoaI31s3OGGe57rQsYK LKZLQA3qTXHcL59bkG63iuxd/V882kz8CDTivrzUKdiYZP0SS3VJMPpyIsu7qJKb514P zbDHC8Fgx0amNVN1AhXGVXEZYkYGlYBFIcsGnUGVNC7QPq96nMApB9zt4WKzWK2caC8K FkJMaT4Avqk65QEpeitVSH5dSJZOcNI3up/4tjnaR9zvoSyYFTDkvZY2V1drJzOUS1en +iuq0PBVqYjvDtWp/c5f0nV8pu+4s3YNfW6/Wj6sUKv523RcHU3jWo81mqKn9kUAvsmT lWWw== X-Received: by 10.180.104.66 with SMTP id gc2mr1860569wib.34.1426634270599; Tue, 17 Mar 2015 16:17:50 -0700 (PDT) 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 at4sm21911260wjc.16.2015.03.17.16.17.49 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 17 Mar 2015 16:17:49 -0700 (PDT) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] autotools: remove ${srcdir} from the includes Date: Tue, 17 Mar 2015 23:17:40 +0000 Message-Id: <1426634260-27047-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 Already implicitly handled by the compiler. Signed-off-by: Emil Velikov --- Inspired while cleaning up the very same includes in the Android build. -Emil exynos/Makefile.am | 1 - freedreno/Makefile.am | 1 - intel/Makefile.am | 1 - nouveau/Makefile.am | 1 - omap/Makefile.am | 1 - radeon/Makefile.am | 1 - 6 files changed, 6 deletions(-) diff --git a/exynos/Makefile.am b/exynos/Makefile.am index 35bc71f..a9da0ff 100644 --- a/exynos/Makefile.am +++ b/exynos/Makefile.am @@ -2,7 +2,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/exynos \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm diff --git a/freedreno/Makefile.am b/freedreno/Makefile.am index 4482afe..407ab70 100644 --- a/freedreno/Makefile.am +++ b/freedreno/Makefile.am @@ -5,7 +5,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/freedreno \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm diff --git a/intel/Makefile.am b/intel/Makefile.am index ca4ed84..22a45f0 100644 --- a/intel/Makefile.am +++ b/intel/Makefile.am @@ -28,7 +28,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/intel \ $(PTHREADSTUBS_CFLAGS) \ $(PCIACCESS_CFLAGS) \ $(VALGRIND_CFLAGS) \ diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index 7543e43..1ca235d 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -4,7 +4,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/nouveau \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm \ -DDEBUG diff --git a/omap/Makefile.am b/omap/Makefile.am index 0778bdd..d6f5298 100644 --- a/omap/Makefile.am +++ b/omap/Makefile.am @@ -2,7 +2,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/omap \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm diff --git a/radeon/Makefile.am b/radeon/Makefile.am index 4575065..5cca394 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -28,7 +28,6 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(VISIBILITY_CFLAGS) \ -I$(top_srcdir) \ - -I$(top_srcdir)/radeon \ $(PTHREADSTUBS_CFLAGS) \ -I$(top_srcdir)/include/drm