On Mon, 21 May 2001, Roy T. Fielding wrote: > On Sun, May 20, 2001 at 06:52:18PM -0700, Greg Stein wrote: > > Since gen_uri_delims.lo is not destined for a library (.la), then it > > can/should simply use the .o suffix. That will also prevent the object from > > appearing within libaprutil.la. > > I committed it with the .o suffix, but that auto-slurping of object files > into the library is bogus. Among other things, it assumes that a developer > isn't doing any of their own work within the library. > > I would like to replace the find with an actual list of library objects. > There aren't that many, and it isn't a hardship to require that people add > names to Makefile.in when a new component is added to the library.
Please take a look at how APR used to work before the find was introduced. I am pretty sure it did exactly what you are looking for. Ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 406 29th St. San Francisco, CA 94131 -------------------------------------------------------------------------------
