This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installing files from both $top_srcdir and $top_builddir


>>> "David" == David Kirkby <drkirkby at ntlworld dot com> writes:

[...]

 David> examplesdir = $(datadir)/my-package-name/examples
 David> examples_DATA = example1.bmp example2.bmp etc etc

This is expected to work regardless of whether the files are in
`.', `$srcdir', or both.

 David> However, how do I do this when the examples are possibly scattered
 David> over two directories - $top_srcdir/examples and $top_builddir/examples
 David> ??? 

Just like you did.

Did you tried this?  If it didn't work, please send a bug report.
-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]