diff options
author | Roger Leigh <rleigh@debian.org> | 2006-01-01 16:48:43 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-01-01 16:48:43 +0000 |
commit | 64f69009f8b8ecc7924d0ea191928c63b5888e44 (patch) | |
tree | cf4852689bb2c9f3b9c1c3917aa0a943f99e44e1 /doc | |
parent | a5d614c8d503b1324453cb2846059d47854c586e (diff) | |
download | schroot-64f69009f8b8ecc7924d0ea191928c63b5888e44.tar.gz |
* Updated copyright notices to include 2006 changes.
* schroot/Makefile.am: Generate a sbuild.gch precompiled header,
and include sbuild.h in all sources which previously included an
sbuild header. This should improve compilation speed.
* Rename schroot.h to sbuild.h, and include all sbuild-*.h
headers.
* schroot/sbuild-auth.cc (run): Fix casting to "const void **".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index dd14a455..46230963 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,7 +1,7 @@ # schroot Makefile template # # -# Copyright © 2004-2005 Roger Leigh <rleigh@debian.org> +# Copyright © 2004-2006 Roger Leigh <rleigh@debian.org> # # schroot is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by |