This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
EXTRA_DIST and external or outside directories
- From: jling at cmmt dot ubc dot ca
- To: automake at gnu dot org
- Date: Thu, 15 Jan 2004 23:43:48 -0800
- Subject: EXTRA_DIST and external or outside directories
- Reply-to: jling at bioinformatics dot ubc dot ca
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 attempt to include either of
these directories in my tarball.
Is this because it ignores anything outside of the toplevel source
directory? Is there a work around?
Thanks,
John Ling