diff options
| author | bwarsaw | 2001-09-17 02:04:02 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-09-17 02:04:02 +0000 |
| commit | 18761580ca05d450c607c38d0526687d0c09a63a (patch) | |
| tree | fb2a69d49dd3dfde7fbc5d09f80c5df4723a0f74 | |
| parent | cf01045e3eeb044ea218873399b26bcc56ca9777 (diff) | |
| download | mailman-18761580ca05d450c607c38d0526687d0c09a63a.tar.gz mailman-18761580ca05d450c607c38d0526687d0c09a63a.tar.zst mailman-18761580ca05d450c607c38d0526687d0c09a63a.zip | |
Get rid of the filters directory.
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 98412a0a4..0c63cbc8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ OPT= @OPT@ CFLAGS= @CFLAGS@ $(OPT) $(DEFS) VAR_DIRS= \ - logs archives lists locks data spam filters qfiles \ + logs archives lists locks data spam qfiles \ archives/private archives/public ARCH_INDEP_DIRS= \ bin templates scripts cron \ @@ -53,7 +53,7 @@ ARCH_INDEP_DIRS= \ ARCH_DEP_DIRS= cgi-bin mail # Directories make should decend into -SUBDIRS= bin cron filters misc Mailman scripts src templates messages +SUBDIRS= bin cron misc Mailman scripts src templates messages # Modes for directories and executables created by the install |
