summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 0d1c2fc15694bbf6fc52c6a6db264e1f58868718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.

AUTOMAKE_OPTIONS = gnu 1.6 readme-alpha
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = include m4 lib testsuite mailbox examples doc \
          auth frm from pop3d imap4d \
          mail sieve scripts libmu_scm guimb messages comsat readmsg \
          mail.local mail.remote dotlock 

EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.FDL

release:
	$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`

rpm: dist
	rpm -ta --clean mailutils-$(VERSION).tar.gz


Return to:

Send suggestions and report system problems to the System administrator.