summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-10-13 08:15:56 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-10-13 08:15:56 +0300
commit3760d6d6e544fe1a76a4496c4ef1068bbcc855f7 (patch)
treefb30fae4de94f15f5ec479d9198b53e25295e84a
parent739c6ee525a4f7bb76b8fe2bd75e81a122764ced (diff)
downloadmailutils-3760d6d6e544fe1a76a4496c4ef1068bbcc855f7.tar.gz
mailutils-3760d6d6e544fe1a76a4496c4ef1068bbcc855f7.tar.bz2
Fix distcheck
-rw-r--r--mda/Makefile.am4
-rw-r--r--po/POTFILES.in13
2 files changed, 9 insertions, 8 deletions
diff --git a/mda/Makefile.am b/mda/Makefile.am
index 866dc71b8..7a05036dc 100644
--- a/mda/Makefile.am
+++ b/mda/Makefile.am
@@ -61,12 +61,12 @@ lmtpd_LDADD = \
$(LIBMU_DBM)\
@GUILE_LIBS@\
@PYTHON_LIBS@\
@DBMLIBS@\
@MU_TCPWRAP_LIBRARIES@
-AM_CPPFLAGS = -I${top_srcdir} @MU_APP_COMMON_INCLUDES@ -Ilib
+AM_CPPFLAGS = -I${top_srcdir} @MU_APP_COMMON_INCLUDES@ -I${srcdir}/lib
install-exec-hook:
- chown root:mail $(DESTDIR)$(sbindir)/mda
+ -chown root:mail $(DESTDIR)$(sbindir)/mda &&\
chmod 4755 $(DESTDIR)$(sbindir)/mda
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a28c1a1bc..517800e59 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -54,18 +54,19 @@ libmu_sieve/extensions/spamd.c
libmu_sieve/extensions/timestamp.c
libmu_sieve/extensions/vacation.c
# libproto/imap/folder.c
libproto/mbox/mbox.c
-maidag/maidag.c
-maidag/deliver.c
-maidag/lmtp.c
-maidag/maidag.c
-maidag/mailquota.c
-maidag/script.c
+mda/mda.c
+mda/lmtpd.c
+mda/putmail.c
+mda/lib/deliver.c
+mda/lib/forward.c
+mda/lib/mailquota.c
+mda/lib/script.c
mail/alias.c
mail/alt.c
mail/cd.c
mail/copy.c
mail/decode.c

Return to:

Send suggestions and report system problems to the System administrator.