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
b0533c64
...
b0533c6471815856c2c80305e829bae5ca7a4624
authored
2002-10-29 12:41:43 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Conditionally build directories depending on protocols that may be disabled.
1 parent
3124b2b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
Makefile.am
Makefile.am
View file @
b0533c6
...
...
@@ -5,10 +5,18 @@
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
mail.remote dotlock mh
mail.local
$(SMTP_BUILD_DIRS)
dotlock
$(MH_DIRS)
EXTRA_DIST
=
mailutils.spec mailutils.spec.in COPYING.FDL
...
...
Please
register
or
sign in
to post a comment