diff options
| author | bwarsaw | 2000-12-20 21:24:23 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-12-20 21:24:23 +0000 |
| commit | 62768340afa3c5d30dd4097e8631c06e4a1e0755 (patch) | |
| tree | 1e87610ffe03998b7ea502294c340e700a844ef2 | |
| parent | bd2cd7563bc3e8d74af84b46f7423ccd4290c1c7 (diff) | |
| download | mailman-62768340afa3c5d30dd4097e8631c06e4a1e0755.tar.gz mailman-62768340afa3c5d30dd4097e8631c06e4a1e0755.tar.zst mailman-62768340afa3c5d30dd4097e8631c06e4a1e0755.zip | |
ARCH_INDEP_DIRS: Add Mailman/Queue to the list of subdirs to
recursively run make in.
| -rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index e97572cb8..02a8022e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,12 +43,13 @@ OPT= @OPT@ CFLAGS= @CFLAGS@ $(OPT) $(DEFS) VAR_DIRS= \ - logs archives lists locks qfiles data spam filters \ + logs archives lists locks data spam filters \ + qfiles qfiles/in qfiles/out qfiles/bounce qfiles/news \ archives/private archives/public ARCH_INDEP_DIRS= \ bin templates scripts cron \ Mailman Mailman/Cgi Mailman/Logging Mailman/Archiver \ - Mailman/Handlers Mailman/Bouncers Mailman/pythonlib \ + Mailman/Handlers Mailman/Queue Mailman/Bouncers Mailman/pythonlib \ icons ARCH_DEP_DIRS= cgi-bin mail |
