[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] make distcheck fails
From: |
Eric Blossom |
Subject: |
Re: [Discuss-gnuradio] make distcheck fails |
Date: |
Fri, 11 Aug 2006 12:54:58 -0700 |
User-agent: |
Mutt/1.5.9i |
On Fri, Aug 11, 2006 at 01:42:39PM -0400, Achilleas Anastasopoulos wrote:
>
> make distcheck
> fails cause it cannot find the file
> /gnuradio_svn/gr-trellis/src/python/awgn1o2_4.fsm
> inside the directory
> /gnuradio_svn/gnuradio-2.8svn/gr-trellis/src/python
> so one of the qa_ checks fails.
>
> How should I modify
> /gnuradio_svn/gr-trellis/src/python/Makefile.am
> to make sure that the awgn1o2_4.fsm file
> ends up in the distribution directory?
>
> Thanks
> Achilleas
Try adding it to EXTRA_DIST
Eric