Hi Jan,

* Jan Engelhardt wrote on Thu, Nov 27, 2008 at 11:12:24PM CET:
> 
> ---<8--- Makefile.am
> AUTOMAKE_OPTIONS = foreign subdir-objects
> noinst_DATA = foo.txt

>       make distcheck

>       make[1]: Entering directory `/dev/shm/t/obj/foo-0/_build'
>       make[1]: *** No rule to make target `foo.txt', needed by `all-am'.  
>       Stop.

Try using dist_noinst_DATA instead, so that foo.txt is added to the
tarball.

Cheers,
Ralf


Reply via email to