summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auth/Makefile.am2
-rw-r--r--comsat/Makefile.am4
-rw-r--r--dotlock/Makefile.am4
-rw-r--r--examples/Makefile.am2
-rw-r--r--frm/Makefile.am4
-rw-r--r--from/Makefile.am4
-rw-r--r--guimb/Makefile.am4
-rw-r--r--imap4d/Makefile.am4
-rw-r--r--libmu_scm/Makefile.am2
-rw-r--r--libsieve/Makefile.am2
-rw-r--r--mail.local/Makefile.am4
-rw-r--r--mail/Makefile.am4
-rw-r--r--mailbox/Makefile.am6
-rw-r--r--messages/Makefile.am4
-rw-r--r--mh/Makefile.am4
-rw-r--r--pop3d/Makefile.am6
-rw-r--r--readmsg/Makefile.am4
-rw-r--r--sieve/Makefile.am4
18 files changed, 34 insertions, 34 deletions
diff --git a/auth/Makefile.am b/auth/Makefile.am
index 54f6dbb85..dfbc1a16f 100644
--- a/auth/Makefile.am
+++ b/auth/Makefile.am
@@ -2,7 +2,7 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib 5INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib @INTLINCS@
6AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\" 6AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
7 7
8lib_LTLIBRARIES = libmuauth.la 8lib_LTLIBRARIES = libmuauth.la
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 7e5f67f62..a2d95a893 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -2,10 +2,10 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include 5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
6 6
7sbin_PROGRAMS = comsatd 7sbin_PROGRAMS = comsatd
8 8
9comsatd_SOURCES = action.c cfg.c comsat.c comsat.h 9comsatd_SOURCES = action.c cfg.c comsat.c comsat.h
10 10
11comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la 11comsatd_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 4b5f7e027..8efec4975 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -2,12 +2,12 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm 5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @INTLINCS@
6 6
7bin_PROGRAMS = dotlock 7bin_PROGRAMS = dotlock
8#dotlock_SOURCES = dotlock.c 8#dotlock_SOURCES = dotlock.c
9 9
10dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la 10dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
11 11
12install-exec-hook: 12install-exec-hook:
13 for i in $(bin_PROGRAMS); do\ 13 for i in $(bin_PROGRAMS); do\
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f7be816d3..ee4fcb535 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -16,7 +16,7 @@ noinst_PROGRAMS = \
16moddir=@SIEVE_MODDIR@ 16moddir=@SIEVE_MODDIR@
17mod_LTLIBRARIES = numaddr.la 17mod_LTLIBRARIES = numaddr.la
18 18
19INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib 19INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
20AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la 20AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la
21 21
22numaddr_la_SOURCES = numaddr.c 22numaddr_la_SOURCES = numaddr.c
diff --git a/frm/Makefile.am b/frm/Makefile.am
index da51ff785..739956936 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -2,9 +2,9 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib 5INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
6SUBDIRS = testsuite 6SUBDIRS = testsuite
7 7
8bin_PROGRAMS = frm 8bin_PROGRAMS = frm
9frm_SOURCES = frm.c 9frm_SOURCES = frm.c
10frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la 10frm_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/from/Makefile.am b/from/Makefile.am
index c81454c58..86804f45d 100644
--- a/from/Makefile.am
+++ b/from/Makefile.am
@@ -2,9 +2,9 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib 5INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
6SUBDIRS = testsuite 6SUBDIRS = testsuite
7 7
8bin_PROGRAMS = from 8bin_PROGRAMS = from
9 9
10from_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la 10from_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index b0c5d2da1..acf8623a6 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -3,7 +3,7 @@
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \ 5INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
6 -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ 6 -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
7 7
8SUBDIRS=scm 8SUBDIRS=scm
9 9
@@ -11,5 +11,5 @@ bin_PROGRAMS=@GUIMB@
11EXTRA_PROGRAMS=guimb 11EXTRA_PROGRAMS=guimb
12guimb_SOURCES=main.c collect.c util.c guimb.h 12guimb_SOURCES=main.c collect.c util.c guimb.h
13guimb_LDADD = ../libmu_scm/libmu_scm.la ../mailbox/libmailbox.la \ 13guimb_LDADD = ../libmu_scm/libmu_scm.la ../mailbox/libmailbox.la \
14 ../lib/libmailutils.la @GUILE_LIBS@ 14 ../lib/libmailutils.la @GUILE_LIBS@ @LTLIBINTL@
15 15
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 3e3dfd1d4..e9cb9eedd 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -2,12 +2,12 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@ 5INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@ @INTLINCS@
6SUBDIRS = testsuite 6SUBDIRS = testsuite
7 7
8sbin_PROGRAMS = imap4d 8sbin_PROGRAMS = imap4d
9 9
10imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la 10imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
11imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ 11imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \
12 commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \ 12 commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \
13 imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \ 13 imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index d087aebc0..2ed7b43f6 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -2,7 +2,7 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@ 5INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
6 6
7lib_LTLIBRARIES=@MU_SCM@ 7lib_LTLIBRARIES=@MU_SCM@
8EXTRA_LTLIBRARIES=libmu_scm.la 8EXTRA_LTLIBRARIES=libmu_scm.la
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index a3ce43df0..b73eefe57 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -2,7 +2,7 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib 5INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
6YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap 6YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
7AM_YFLAGS = -dtv 7AM_YFLAGS = -dtv
8AM_CPPFLAGS = -DSIEVE_MODDIR=\"@SIEVE_MODDIR@\" 8AM_CPPFLAGS = -DSIEVE_MODDIR=\"@SIEVE_MODDIR@\"
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index 88264f5a1..a02834f13 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -2,14 +2,14 @@
2# Copyright (C) 2000,2001,2002 Free Software Foundation 2# Copyright (C) 2000,2001,2002 Free Software Foundation
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ 5INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@ @INTLINCS@
6SUBDIRS = testsuite 6SUBDIRS = testsuite
7 7
8libexec_PROGRAMS = mail.local 8libexec_PROGRAMS = mail.local
9mail_local_SOURCES = main.c mailquota.c script.c mail.local.h 9mail_local_SOURCES = main.c mailquota.c script.c mail.local.h
10 10
11mail_local_LDADD = @LIBMU_SCM@ @GUILE_LIBS@ ../mailbox/libmailbox.la \ 11mail_local_LDADD = @LIBMU_SCM@ @GUILE_LIBS@ ../mailbox/libmailbox.la \
12 @AUTHLIBS@ ../libsieve/libsieve.la ../lib/libmailutils.la 12 @AUTHLIBS@ ../libsieve/libsieve.la ../lib/libmailutils.la @LTLIBINTL@
13 13
14 14
15install-exec-hook: 15install-exec-hook:
diff --git a/mail/Makefile.am b/mail/Makefile.am
index a54f5e335..c712c05af 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -3,13 +3,13 @@
3# See file COPYING in the distribution root directory for copying conditions. 3# See file COPYING in the distribution root directory for copying conditions.
4 4
5AM_YFLAGS=-vt 5AM_YFLAGS=-vt
6INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox 6INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
7AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\" 7AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
8 8
9bin_PROGRAMS = mail 9bin_PROGRAMS = mail
10 10
11mail_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la \ 11mail_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la \
12 @READLINE_LIBS@ 12 @READLINE_LIBS@ @LTLIBINTL@
13