summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 9f637c88ae3d930e3dc24ca50f25494b37b0267d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AUTOMAKE_OPTIONS = gnu 1.6
ACLOCAL_AMFLAGS = -I m4

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

EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha 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.