summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -64,9 +64,9 @@ lmtpd_LDADD = \
@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
@@ -57,12 +57,13 @@ 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

Return to:

Send suggestions and report system problems to the System administrator.