summaryrefslogtreecommitdiff
path: root/mail.remote/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-01 14:27:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-01 14:27:00 +0000
commit5b996c7c7a989fae5102cfc291bc7a6603004d71 (patch)
treec203d4dd2a1c1a4ba24dc201cc65a43656877aa8 /mail.remote/Makefile.am
parent4edfeeec3caf3500943dd0820e809f7016eec476 (diff)
downloadmailutils-5b996c7c7a989fae5102cfc291bc7a6603004d71.tar.gz
mailutils-5b996c7c7a989fae5102cfc291bc7a6603004d71.tar.bz2
Build the targets conditionally
Diffstat (limited to 'mail.remote/Makefile.am')
-rw-r--r--mail.remote/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 0d79e101a..99f10a355 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -5,7 +5,9 @@
AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
-libexec_PROGRAMS = mail.remote
+SMTP_PROGRAMS = mail.remote
+EXTRA_PROGRAMS = mail.remote
+libexec_PROGRAMS = @SMTP_PROGRAMS@
mail_remote_SOURCES = mail.remote.c
mail_remote_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la

Return to:

Send suggestions and report system problems to the System administrator.