summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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