[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make dist and BUILT_SOURCES
From: |
Tom Tromey |
Subject: |
Re: make dist and BUILT_SOURCES |
Date: |
05 Apr 2001 17:43:57 -0600 |
>>>>> "Robert" == Robert Collins <address@hidden> writes:
>> BUILT_SOURCES aren't automatically distributed.
Robert> Well... it was trying to :]. I've sent in an extract from
Robert> Makefile.am,, would you like a test case?
Sure.
Were they also listed in another foo_SOURCES variable?
That would cause them to end up in the dist.
Robert> bin_PROGRAMS = foo
Robert> foo_SOURCES = sources to be dist
Robert> nodist_foo_SOURCES = I think you can guess
Yes, this should work.
Tom