]> git.ipfire.org Git - thirdparty/squid.git/commit - src/icmp/Makefile.am
Various make dist/clean/distclean fixes. No code changes.
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 10 Dec 2008 20:19:50 +0000 (21:19 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Wed, 10 Dec 2008 20:19:50 +0000 (21:19 +0100)
commit95329c22f23da35cbd95a575879a36534d7d06c7
tree31f9911020b6629f67e49e394b53b7437d67472f
parentdae6fcdb11ea282cecfcbf594babe5d89d0d8fbf
Various make dist/clean/distclean fixes. No code changes.

- Workaround for src ../test-suite/test_tools.cc dependency crashing
  make distclean. Automatically copy the file to src to compile.
- "make dist" fixes to not include generated files. Mainly involves
  moving them to a suitable nodist_..._SOURCES variable.
- "make clean" fixes to remove generated files
- Always recurse configure into sub-projects. make dist fails othewise.
- Removed fatal error from squid_kerb_auth configure if no kerberos
  lib found (also a fatal error at build time)
12 files changed:
configure.in
errors/Makefile.am
helpers/negotiate_auth/squid_kerb_auth/configure.in
lib/Makefile.am
src/ICAP/Makefile.am
src/Makefile.am
src/adaptation/Makefile.am
src/auth/Makefile.am
src/fs/Makefile.am
src/icmp/Makefile.am
src/repl/Makefile.am
tools/Makefile.am