diff options
| author | bwarsaw | 2000-12-20 21:48:45 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-12-20 21:48:45 +0000 |
| commit | 0537a0ed48db289f1784bca2d5e8521e33f65824 (patch) | |
| tree | a8c55f09764ecd55e7653ff8008f4c31fa37fcd8 | |
| parent | d2c52ba0d14885cd86ddbd180ea668fcd189fd2d (diff) | |
| download | mailman-0537a0ed48db289f1784bca2d5e8521e33f65824.tar.gz mailman-0537a0ed48db289f1784bca2d5e8521e33f65824.tar.zst mailman-0537a0ed48db289f1784bca2d5e8521e33f65824.zip | |
SUBDIRS: Add Queue subdirectory.
| -rw-r--r-- | Mailman/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Makefile.in b/Mailman/Makefile.in index 0c856c657..afd7f7d2e 100644 --- a/Mailman/Makefile.in +++ b/Mailman/Makefile.in @@ -42,7 +42,7 @@ PACKAGEDIR= $(prefix)/Mailman SHELL= /bin/sh MODULES= *.py -SUBDIRS= Cgi Logging Archiver Handlers Bouncers pythonlib +SUBDIRS= Cgi Logging Archiver Handlers Bouncers Queue pythonlib # Modes for directories and executables created by the install # process. Default to group-writable directories but |
