]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceLayout: src/base, take 0 with tweaks
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 19:00:01 +0000 (12:00 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 19:00:01 +0000 (12:00 -0700)
Added src/base directory for fundamental, commonly-used code pieces that are
not large enough to warrant their own directories. Currently base/ contains
the beginning of AsyncCalls hierarchy, which may eventually get its own
directory.

Removed src/ip from the top-level SUBDIRS list. Made cf_gen compile without
libip.

Started building makefile includes, to be used in subdir makefiles:
src/Common.am and src/TestHeaders.am.


Trivial merge