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
>>> "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
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