summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2007-07-18 16:53:27 +0000
committerWojciech Polak <polak@gnu.org>2007-07-18 16:53:27 +0000
commit65f84f6926a443a407cf4c8351e3318ddea81642 (patch)
tree453ce5c2129517ff742a9a35c02f5e9d85616320
parentaf96cdc399175c645643d5cb2ca5fe56670e94b7 (diff)
downloadmailutils-65f84f6926a443a407cf4c8351e3318ddea81642.tar.gz
mailutils-65f84f6926a443a407cf4c8351e3318ddea81642.tar.bz2
(libmu_mailer_la_SOURCES): Added url_sendmail.c and url_smtp.c.
-rw-r--r--libproto/mailer/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libproto/mailer/Makefile.am b/libproto/mailer/Makefile.am
index 381573890..efa4f44d0 100644
--- a/libproto/mailer/Makefile.am
+++ b/libproto/mailer/Makefile.am
@@ -25,5 +25,7 @@ libmu_mailer_la_LIBADD = ${MU_LIB_AUTH} ${MU_LIB_MAILUTILS} @INTLLIBS@
libmu_mailer_la_SOURCES = \
sendmail.c\
- smtp.c
+ smtp.c\
+ url_sendmail.c\
+ url_smtp.c

Return to:

Send suggestions and report system problems to the System administrator.