On Tue, May 5, 2009 at 00:48, Ralf Wildenhues wrote:
> I assume the Makefile.am you posted is in the lib subdirectory, right?
Yes it is.
> If yes, then change this
>
>> lal_version_LDADD = $(top_builddir)/lib/liblal.la
>
> to this:
>
> lal_version_LDADD = liblal.la
>
> as 'make' is not smart e
Hello,
I think most issues were already cleared up in this thread.
* John Calcote wrote on Sun, May 03, 2009 at 06:58:09PM CEST:
> current : revision : age
>
> You really have no reason to increment only the age value of a library
> version. What you're implying by this new version of 2.0.1
Hi Ralf,
On 5/5/2009 2:46 PM, Ralf Wildenhues wrote:
Hello,
I think most issues were already cleared up in this thread.
* John Calcote wrote on Sun, May 03, 2009 at 06:58:09PM CEST:
It appears that Libtool is smart enough to detect ridiculous cases, but
it should probably throw an error o