Ethereal-dev: Re: [ethereal-dev] Automatically generating "proto_register_XXX()" calls

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 21 Oct 1999 14:21:22 -0700 (PDT)
> And the sources should be in the same directory as where the build is
> taking place. I like to have a serarate buildtree, so the cvs update
> won't complain so much, and the new auto-generated solution does not
> work in that case.

When you do this, how do you tell "make" to look for source in a
directory other than the directory into which you're putting the object
files and executable image? The stuff to generate "register.c" needs to
know that, so that it knows the directory to search for the source.