Re: Generated headers that don't get installed

2001-10-17 Thread Alexandre Duret-Lutz
>>> "Braden" == Braden McDaniel <[EMAIL PROTECTED]> writes: [...] Braden> So I tried nodist_noinst_HEADERS. This had the unexpected effect of Braden> installing the headers in the root directory! Could you try CVS Automake ? This ought to work now. -- Alexandre Duret-Lutz

Re: Generated headers that don't get installed

2001-10-16 Thread Braden McDaniel
On Tue, 2001-10-16 at 14:16, Raja R Harinath wrote: > Braden McDaniel <[EMAIL PROTECTED]> writes: > > So I tried nodist_noinst_HEADERS. This had the unexpected effect of > > installing the headers in the root directory! > > That seems to be a bug in automake. Can you file a bug report? Yup. Any

Re: Generated headers that don't get installed

2001-10-16 Thread Raja R Harinath
Hi, Braden McDaniel <[EMAIL PROTECTED]> writes: > I have some generated headers that should not be installed, and should > not be included in the distribution of my package. [snip] > noinst_HEADERS keeps them from being installed, but they wind up in the > distribution. Right. > So I tried nodi