diff options
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8bbf3f627..8be696ca0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,7 +40,8 @@ OPT= @OPT@ CFLAGS= $(OPT) $(DEFS) ARCH_INDEP_DIRS= public_html logs Mailman archives bin \ -archives/private archives/public lists locks templates scripts filters cron +archives/private archives/public lists locks templates scripts filters \ +cron data ARCH_DEP_DIRS= cgi-bin mail # Directories make should decend into |
