Re: EXTRA_DIST and external or outside directories

2004-01-21 Thread John Ling
Ah yes, ok links maybe the way to go then. Thanks, John Alexandre Duret-Lutz wrote: "jling" == jling <[EMAIL PROTECTED]> writes: jling> Is there a way to include a directory which is external or outside of jling> the $(top_srcdir) and which is not involved in the build process? Only i

Re: EXTRA_DIST and external or outside directories

2004-01-20 Thread Alexandre Duret-Lutz
>>> "jling" == jling <[EMAIL PROTECTED]> writes: jling> Is there a way to include a directory which is external or outside of jling> the $(top_srcdir) and which is not involved in the build process? Only in sub-packages, when that "external" directory can be regarded as "internal" for an encl

EXTRA_DIST and external or outside directories

2004-01-16 Thread jling
Is there a way to include a directory which is external or outside of the $(top_srcdir) and which is not involved in the build process? I tried putting the following in my Makefile.am: EXTRA_DIST = $(top_srcdir)/../../perl $(top_srcdir)/../../java But, when I do a 'make dist' it does not attemp