Re: getting header files distributed

2004-07-09 Thread Adam Monsen
On Fri, July 9, 2004 10:59 am, Thomas 'Tom' R. Treadway III said: > >> On Thu, July 8, 2004 3:52 pm, Thomas 'Tom' R. Treadway III said: >>> I don't see include/ as part of SRCDIRS or at least DIST_SRCDIRS >>> in Makefile.am >> >> Do you mean SUBDIRS, DIST_SUBDIRS? Should include/ be in one of those

Re: getting header files distributed

2004-07-08 Thread Adam Monsen
On Thu, July 8, 2004 3:52 pm, Thomas 'Tom' R. Treadway III said: > I don't see include/ as part of SRCDIRS or at least DIST_SRCDIRS > in Makefile.am Do you mean SUBDIRS, DIST_SUBDIRS? Should include/ be in one of those? > Don't seem to have Makefile.am in every directory. Is this necessary? Is t

getting header files distributed

2004-07-08 Thread Adam Monsen
In my project source root, I have header files for a shared library in a directory, 'include/'. Is there an easy way to get this directory included in the build so 'make distcheck' will work? I'm not sure, but it seems like the VPATH build is failing. 'make dist' works fine. All source for this pr