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.

....Roy

Reply via email to