Hello Joakim,
* Joakim Tjernlund wrote on Tue, Jan 26, 2010 at 02:20:24PM CET:
>
> I got this rule in Makfile.am:
> ldadds_false = $(ldadds_cuappl)
> ldadds_true = $(ldadds_culess)
>
> common_LDADD += $(ldad...@cu_less@)
>
> @CU_LESS@ is either true or false.
>
> $(ldad...@cu_less@) is omit
I got this rule in Makfile.am:
ldadds_false = $(ldadds_cuappl)
ldadds_true = $(ldadds_culess)
common_LDADD += $(ldad...@cu_less@)
@CU_LESS@ is either true or false.
$(ldad...@cu_less@) is omitted in am__DEPENDENCIES_1 so
if any lib mentioned in ldadds_cuappl or ldadds_culess changes
no rebui