Hi Adrian,
* Adrian Bunk wrote on Tue, Aug 02, 2005 at 08:42:13PM CEST:
> I have the following Makefile.am:
> <-- snip -->
>
> secondbindir = $(prefix)/bin2
>
> bin_PROGRAMS = test1
> secondbin_PROGRAMS = test2
>
> install-exec-hook:
> cd $(DESTDIR)$(bindir) && ln -fs test1 test11
>
On Tue, 2 Aug 2005, Ralf Wildenhues wrote:
> Hi James,
>
> * James Laird wrote on Mon, Aug 01, 2005 at 11:40:16PM CEST:
> >
> > Since all of the tests include the main library (using LDADD), they all
> > depend on that library. Thus, when the main library is changed, all of
> > the tests must
On Wed, Aug 03, 2005 at 04:48:28PM +0200, Ralf Wildenhues wrote:
> Hi Adrian,
Hi Ralf,
>...
> [ secondbin_PROGRAMS gets installed through install-data, not install-exec ]
> *snip*
> > automake knows that secondbin_PROGRAMS contains programs, and it should
> > therefore call the install target f