Brian Jones wrote:
> I want to denote that the Java sources we have should be included in
> the make dist target but I don't want them to be compiled,
> etc. etc. in the same directory.  Is it enough to just use EXTRA_DIST:
> or do I need to use something else.  How does this affect the install:
> target?

I think EXTRA_DIST is what you want.  I causes the files to be tarred up
during make dist, but it doesn't build or install the files.

-- 
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

Reply via email to