Hi,
chapter 6.3 "Alternative Approach to Subdirectories" of the automake
manual has:
(1) We believe. This work is new and there are probably
warts. *Note Introduction::, for information on reporting bugs.
Anyway, the bug^W feature request:
Makefile.am contains like:
PROGRAM1_SOURCES := src/p1/foo.c
PROGRAM2_SOURCES := src/p2/foo.c
Then the following warning will be generated upon `autoreconf -fi`:
Makefile.am: object `foo.lo' created by
`src/p1/foo.c' and `src/p2/foo.c'
autoreconf: automake failed with exit status: 1
automake version is 1.9.6 (opensuse 10.2).
Would be great if this could be made working.
Thanks,
Jan
--