Re: [Patch 1/8] CLD: cleanup: add cld_msg_rpc.x
Jeff Garzik <[email protected]> Sat, 17 Apr 2010 19:23:49 -0400
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
On 04/16/2010 10:18 PM, Pete Zaitcev wrote: > On Wed, 14 Apr 2010 15:55:01 -0400 > Jeff Garzik<[email protected]> wrote: > >>> +++ b/lib/Makefile.am >>> @@ -27,6 +27,7 @@ libcldc_la_SOURCES = \ >>> common.c \ >>> libtimer.c \ >>> pkt.c \ >>> + cld_msg_rpc.x \ >>> cld_msg_rpc_xdr.c >> >> that's quite strange, because I built an official rawhide copy just fine >> without this... > > Strange indeed, I re-checked and it went away now. Oh well. I wonder if it's a problem with the 'clean' functionality. The EXTRA_DIST line contains a list of things forced to be included in the tarball, typically used for things not contained in *_SOURCES. AFAICT from the autoconf/automake docs, that is where sources for generated sources[1] should reside. So I still wonder how it disappeared for you... Jeff [1] Brought to you by the Department of Redundant Redundancies