Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3820159c
...
3820159c7d6c49a45e27cf7d938994ee259fc3bc
authored
2002-11-01 14:25:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Restored to pre-2002-10-29 state: Makefile.am in the subdirectories build their …
…targets conditionally
1 parent
ad62fba6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
9 deletions
Makefile.am
Makefile.am
View file @
3820159
...
...
@@ -5,18 +5,10 @@
AUTOMAKE_OPTIONS
=
gnu 1.6 readme-alpha
ACLOCAL_AMFLAGS
=
-I m4
# directories depending on mh support
MH_DIRS
=
mh
MH_BUILD_DIRS
=
@MH_BUILD_DIRS@
# directories depending on the smtp protocol
SMTP_DIRS
=
mail.remote
SMTP_BUILD_DIRS
=
@SMTP_BUILD_DIRS@
SUBDIRS
=
include m4 lib testsuite mailbox examples doc
\
auth frm from pop3d imap4d
\
mail sieve scripts libmu_scm guimb messages comsat readmsg
\
mail.local
$(SMTP_BUILD_DIRS)
dotlock
$(MH_DIRS)
mail.local
mail.remote dotlock mh
EXTRA_DIST
=
mailutils.spec mailutils.spec.in COPYING.FDL
...
...
Please
register
or
sign in
to post a comment