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

SUBDIRS = include doc m4 lib MySql argp mailbox frm from pop3d imap4d mail sieve \
	scripts libmu_scm guimb messages

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.