This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: advice sought for a deep package makefiles organisation
>>>>> "Vadim" == Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> writes:
Vadim> (as I was also forced to put a Makefile.am in each of include
Vadim> subdirectories just to make "make install" work - otherwise I
Vadim> couldn't get it to copy the headers without changing relative
Vadim> path names to the ${includedir})
This might seem like a bug, but I think it is actually the right thing
to do. If you want to install foo/bar.h into $(includedir)/foo, you
can introduce a new *dir variable.
T