automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Still help needed at creating Makefile.am


From: Dave Hart
Subject: Re: Still help needed at creating Makefile.am
Date: Sat, 26 Nov 2011 19:30:07 +0000

On Sat, Nov 26, 2011 at 19:05, Stefan <address@hidden> wrote:
> What fails is, that on make distcheck it looks like the scripts are not 
> produced. If I do a make before, everything works.
>
> noinst_SCRIPTS=
> if !CRB_NO_RSCRIPTS
>  noinst_SCRIPTS += sample_distris center 1A center_1A
> endif
>
> CLEANFILES = $(noinst_SCRIPTS) $(noinst_PLOTS)
>
> EXTRA_DIST = $(noinst_PLOTS) $(noinst_DATA) $(noinst_R)

Perhaps try adding $(noinst_SCRIPTS) to EXTRA_DIST?  Just a stab in
the dark without looking at the manual...

Cheers,
Dave Hart



reply via email to

[Prev in Thread] Current Thread [Next in Thread]