]> git.ipfire.org Git - thirdparty/squid.git/commit
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)
commit2cd44c39a6b4503024658c2f8145a517e2afeead
treef7a7df9ebc7d5f32a09db2b161661c0eb29121be
parent4ee2bd3892b062f8f4f791af7500d59e574bc711
parentf9be5505c25966fc1ce23982d0399469ac0292ac
SourceLayout: src/base, take 0 with tweaks

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.