Added examples/ to SUBDIRS.
Showing
1 changed file
with
4 additions
and
3 deletions
1 | AUTOMAKE_OPTIONS = gnu 1.6 | 1 | AUTOMAKE_OPTIONS = gnu 1.6 |
2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
3 | 3 | ||
4 | SUBDIRS = include doc m4 lib testsuite mailbox auth frm from pop3d imap4d \ | 4 | SUBDIRS = include m4 lib testsuite mailbox examples doc \ |
5 | auth frm from pop3d imap4d \ | ||
5 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ | 6 | mail sieve scripts libmu_scm guimb messages comsat readmsg \ |
6 | mail.local mail.remote dotlock mh | 7 | mail.local mail.remote dotlock mh |
7 | 8 | ||
8 | EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL | 9 | EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.FDL README-alpha |
9 | 10 | ||
10 | release: | 11 | release: |
11 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | 12 | $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"` | ... | ... |
-
Please register or sign in to post a comment