]> git.ipfire.org Git - thirdparty/squid.git/commit - src/Common.am
Cleanup: convenience library renaming
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Feb 2016 08:57:33 +0000 (21:57 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Feb 2016 08:57:33 +0000 (21:57 +1300)
commitca3a08e2c31bee57a47956a860b03baf2ebd162e
tree556e82a0228b251847ff662e611a0842df5b4caf
parenta557aabf46a4b09d57b4bd2d4614cf6478a77bf4
Cleanup: convenience library renaming

I have been trying to automate graphing of the Squid internal
dependencies. One of the major issues that has encountered is that some
of our convenience libraries use the '-' hyphen character which is a
reserved character in DOT graph format.

To make the scripts much simpler and the visual output reflect exactly
what the library names are this patch cleans up the libraries to follow
our pre-existing policy, and now also to remove punctuation from library
names. Which condition has been added to the guidelines documentation.
compat/Makefile.am
compat/compat.dox
configure.ac
src/Common.am
src/Makefile.am
src/adaptation/ecap/Makefile.am
src/http/Makefile.am
src/icmp/Makefile.am
src/parser/Makefile.am
src/security/Context.h