From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH] tools/null_state_gen: generate null render state Date: Thu, 8 May 2014 15:43:55 +0100 Message-ID: <20140508144355.GF22477@strange.amr.corp.intel.com> References: <1399382766-25116-1-git-send-email-mika.kuoppala@intel.com> <1399383541-25856-1-git-send-email-mika.kuoppala@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 1D29B6EE5C for ; Thu, 8 May 2014 07:44:37 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1399383541-25856-1-git-send-email-mika.kuoppala@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Mika Kuoppala Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, May 06, 2014 at 04:39:01PM +0300, Mika Kuoppala wrote: > diff --git a/tools/null_state_gen/Makefile.am b/tools/null_state_gen/Makefile.am > new file mode 100644 > index 0000000..40d2237 > --- /dev/null > +++ b/tools/null_state_gen/Makefile.am > @@ -0,0 +1,16 @@ > +bin_PROGRAMS = intel_null_state_gen Can intel_null_state_gen be 'noinst' instead? I don't think we need to install it as a tool. -- Damien