On Sat, 2008-03-08 at 10:52 +1300, Amos Jeffries wrote:
> In line with the 3.1 cleanup and re-arranging I'd like to propose a 
> change to the naming scheme of the *.la files squid produces.
> 
> Namely that they get called libsquid-X.la instead of just libX.la.
> 
> This would mean:
>   libsquid-auth.la, libsquid-fs.la, libsquid-icap.la, libsquid-esi.la, 
> libsquid-acl.la, etc
> 
> That will reduce some makefile confusion between external libraries and 
> ones built into squid. Case in point: we already have two libmisc.* linked.
> 
> Input?

I think we should link with group/libgroup.la libraries and compile with
group/name.h headers rather than adding Squid prefixes everywhere. If we
want Squid prefix as an extra protection, we could use
squid/group/name.*

Alex.


Reply via email to