This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

EXTRA_DIST and external or outside directories


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]