On 03/11/2010 01:39 PM, Adam Mercer wrote:
> include path/to/Makefile.common
> 
> The problem is that some Makefile.am's already define BUILT_SOURCES,
> whilst some do not. Is there a way that I can append to BUILT_SOURCES,
> if it already exists, or define it if it doesn't?

How about modifying the makefiles that don't append to BUILT_SOURCES to
just add the line

BUILT_SOURCES=

prior to the include, then use BUILT_SOURCES+= in the included file.

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to