summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2001-10-01 16:11:03 +0000
committerbwarsaw2001-10-01 16:11:03 +0000
commitf19f10aeca4a5dd59657e701813a4c8bdd538c7b (patch)
tree96e0b95acfe736364befd002e655a84466aa4e11
parentad4890939f42b44dca4ce0665e3a20022cac352c (diff)
downloadmailman-f19f10aeca4a5dd59657e701813a4c8bdd538c7b.tar.gz
mailman-f19f10aeca4a5dd59657e701813a4c8bdd538c7b.tar.zst
mailman-f19f10aeca4a5dd59657e701813a4c8bdd538c7b.zip
Add test directories to ARCH_INDEP_DIRS and SUBDIRS
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 0c63cbc8d..1eb4c0752 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -45,15 +45,18 @@ CFLAGS= @CFLAGS@ $(OPT) $(DEFS)
VAR_DIRS= \
logs archives lists locks data spam qfiles \
archives/private archives/public
+
ARCH_INDEP_DIRS= \
bin templates scripts cron \
Mailman Mailman/Cgi Mailman/Logging Mailman/Archiver \
Mailman/Handlers Mailman/Queue Mailman/Bouncers Mailman/pythonlib \
- Mailman/MTA Mailman/Gui messages icons
+ Mailman/MTA Mailman/Gui messages icons \
+ tests tests/bounces tests/msgs
+
ARCH_DEP_DIRS= cgi-bin mail
# Directories make should decend into
-SUBDIRS= bin cron misc Mailman scripts src templates messages
+SUBDIRS= bin cron misc Mailman scripts src templates messages tests
# Modes for directories and executables created by the install