diff options
| author | bwarsaw | 1998-07-31 23:10:33 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-07-31 23:10:33 +0000 |
| commit | 5a6c1f32c4238eeff98e06efb0056874b73cb61c (patch) | |
| tree | f27f7f551ab81a06f0578a1e26a9760b0b3aaf2b | |
| parent | e9cd0ce66d7dacd4e9a78dc3911cf94a8e4469ab (diff) | |
| download | mailman-5a6c1f32c4238eeff98e06efb0056874b73cb61c.tar.gz mailman-5a6c1f32c4238eeff98e06efb0056874b73cb61c.tar.zst mailman-5a6c1f32c4238eeff98e06efb0056874b73cb61c.zip | |
MODULES: *.py instead of error-prone explicit list
| -rw-r--r-- | Mailman/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in index 3be9e971d..85075f7f3 100644 --- a/Mailman/Makefile.in +++ b/Mailman/Makefile.in @@ -41,13 +41,7 @@ CFLAGS= $(OPT) $(DEFS) PACKAGEDIR= $(prefix)/Mailman SHELL= /bin/sh -MODULES= __init__.py aliases.py htmlformat.py \ -MailList.py ListAdmin.py Archiver.py Bouncer.py Defaults.py \ -Deliverer.py Digester.py Errors.py HTMLFormatter.py \ -MailCommandHandler.py Mailbox.py Message.py SecurityManager.py \ -Utils.py Pending.py Crypt.py GatewayManager.py \ -pipermail.py smtplib.py versions.py flock.py OutgoingQueue.py - +MODULES= *.py SUBDIRS= Cgi Logging # Modes for directories and executables created by the install |
