diff options
| -rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 1eb4c0752..c64e2f16a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -47,9 +47,9 @@ VAR_DIRS= \ archives/private archives/public ARCH_INDEP_DIRS= \ - bin templates scripts cron \ + bin templates scripts cron pythonlib \ Mailman Mailman/Cgi Mailman/Logging Mailman/Archiver \ - Mailman/Handlers Mailman/Queue Mailman/Bouncers Mailman/pythonlib \ + Mailman/Handlers Mailman/Queue Mailman/Bouncers \ Mailman/MTA Mailman/Gui messages icons \ tests tests/bounces tests/msgs |
