[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nodist_BUILT_SOURCES?
From: |
Monty Taylor |
Subject: |
Re: nodist_BUILT_SOURCES? |
Date: |
Thu, 10 Jun 2010 11:23:54 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 |
On 06/10/2010 11:10 AM, Ralf Wildenhues wrote:
> Hello Monty,
>
> first of all, let's ditch the cross-post, this is an Automake question
> (and the interested readers read both lists anyway).
>
> * Monty Taylor wrote on Thu, Jun 10, 2010 at 07:42:13PM CEST:
>> How would I accomplish something like what's in the subject? I have a
>> source file that wants to be built before other files - so including it
>> in BUILT_SOURCES does the right thing, but I do _not_ want to have it
>> included in the dist tarball.
>
> What makes you think BUILT_SOURCES end up being put in the dist tarball?
> Just listing something there does not do that, so it must be something
> else in your Makefile.am.
>
> Please show it, or better, a small reproducible example, and we'll be
> able to quickly spot the issue here.
YES! You are right. Some how I missed an entry in an included file that
was including the file. Sorry for the false query - I looked through
several times and just didn't see the entry.
/me FAIL