From patchwork Mon Sep 7 09:53:05 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 7133371 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 1FAF29F314 for ; Mon, 7 Sep 2015 09:48:56 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 54F0C206D4 for ; Mon, 7 Sep 2015 09:48:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 8DA5A2069D for ; Mon, 7 Sep 2015 09:48:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 11DFD6E673; Mon, 7 Sep 2015 02:48:53 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6247B6E670 for ; Mon, 7 Sep 2015 02:48:51 -0700 (PDT) Received: by wicgb1 with SMTP id gb1so39162518wic.1 for ; Mon, 07 Sep 2015 02:48:49 -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=Opr8jr4/YRaSOCI87qP1B2HaRAWvHVEZ/I+KOJs178k=; b=XHJ7ObWxhp3/UBMgGzS1hV53YeQIUmmZaiML5Vv11lUCxhhQ+u8OtDbn8U4/559goS i1i5cmq48JkkQrSA5beHvyZrcCNA9aHNAmz+OYamzch4R7YEH4aq6GkFCDHiGCoGKHGM ldqh9EO715omr6M5PQ63AAtFNjYKzUWmBGi1DoSjW/XkINMMhbWEXMEiiXTGs+zPEexF b1pX/TYO8Qex6SH+26tEef/nTodoYM8bZW7E/vro2o3RcWs1qS8TOorRcmL8P6nPzH4O I1EJuZx8nhwA9TM4XF1O9wYm8tTarOLwT3E8YSLSS95k82WaHV4a1m07sznQ8yc2TkMR 9lgg== X-Received: by 10.194.171.200 with SMTP id aw8mr33304912wjc.62.1441619329826; Mon, 07 Sep 2015 02:48:49 -0700 (PDT) Received: from arch-x220.localdomain (cpc12-croy20-2-0-cust52.croy.cable.virginm.net. [82.44.54.53]) by smtp.gmail.com with ESMTPSA id m6sm1931027wje.6.2015.09.07.02.48.48 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Sep 2015 02:48:49 -0700 (PDT) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm 1/2] automake: set --enable-valgrind during make distcheck Date: Mon, 7 Sep 2015 10:53:05 +0100 Message-Id: <1441619586-12098-1-git-send-email-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.5.0 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index a7a0cca..ca41508 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,8 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ --enable-tegra-experimental-api \ --enable-install-test-programs \ --enable-cairo-tests \ - --enable-manpages + --enable-manpages \ + --enable-valgrind pkgconfigdir = @pkgconfigdir@ pkgconfig_DATA = libdrm.pc