On 12/30/2012 05:58 PM, SxDx wrote:
>> same error here. auto[conf|make] is not my thing,
>> so I don't know how to fix it.
> The following seems to do the trick. Don't know if it's
> the correct solution though.
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 2bd2cbd..c4c740e 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -52,7 +52,7 @@ endif
>
> AM_CFLAGS = @PHASEX_CFLAGS@
> AM_CPPFLAGS = $(EXTRA_CPPFLAGS) @PHASEX_CPPFLAGS@
> -AM_LDFLAGS = $(INTLLIBS) @PHASEX_LIBS@
> +phasex_LDADD = $(INTLLIBS) @PHASEX_LIBS@
>
>
> clean-local:
That works indeed (for others: you need to run configure again, after
this).. Dunno if it's the right thing to do.
Flo
-- Florian Paul Schmidt http://fps.io _______________________________________________ Linux-audio-dev mailing list Linux-audio-dev@email-addr-hidden http://lists.linuxaudio.org/listinfo/linux-audio-devReceived on Sun Dec 30 20:15:04 2012
This archive was generated by hypermail 2.1.8 : Sun Dec 30 2012 - 20:15:05 EET