From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: Re: [PATCH] cld: use XDR for all messages Date: Wed, 13 Jan 2010 14:38:09 -0700 Message-ID: <20100113143809.1c3d4600@redhat.com> References: <1263135651-5407-1-git-send-email-cmccabe@alumni.cmu.edu> <4B4E3531.3010004@garzik.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B4E3531.3010004@garzik.org> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Jeff Garzik Cc: Colin McCabe , Project Hail List On Wed, 13 Jan 2010 16:03:45 -0500 Jeff Garzik wrote: > Well, this definitely does not build as-is. lib/Makefile.am needs > > BUILT_SOURCES = cld_msg_rpc.h > > otherwise nothing builds at all, because cld_msg_rpc.h does not exist. > test/Makefile.am and tools/Makefile.am both need > > -I$(top_srcdir)/lib > > added to their INCLUDES. [] Kernel places generated files into the top include directory, e.g. autoconf.h and asm-offsets.h for asm/. It's probably easier than piling up include paths. I dunno. -- Pete