summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-09-20 15:21:35 +0000
commit20477d627e595249371cfff878b0e249d1c62cee (patch)
tree0492d5ae57f8984c99f2540575ebeb3fa7bb27a8
parent772d86eda16f6f09e9d8709d1d42570d63fce5ba (diff)
downloadmailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.gz
mailutils-20477d627e595249371cfff878b0e249d1c62cee.tar.bz2
Fixed INCLUDES
-rw-r--r--dotlock/Makefile.am2
-rw-r--r--examples/Makefile.am2
-rw-r--r--frm/Makefile.am2
-rw-r--r--guimb/Makefile.am3
-rw-r--r--imap4d/Makefile.am3
-rw-r--r--include/mailutils/gnu/Makefile.am6
-rw-r--r--lib/Makefile.am6
-rw-r--r--libsieve/Makefile.am2
-rw-r--r--mail.local/Makefile.am2
-rw-r--r--mail.remote/Makefile.am2
-rw-r--r--mail/Makefile.am2
-rw-r--r--mailbox/Makefile.am5
-rw-r--r--mailbox/imap/Makefile.am4
-rw-r--r--mailbox/maildir/Makefile.am4
-rw-r--r--mailbox/mbox/Makefile.am4
-rw-r--r--mailbox/mh/Makefile.am4
-rw-r--r--mailbox/pop/Makefile.am4
-rw-r--r--messages/Makefile.am2
-rw-r--r--mh/Makefile.am2
-rw-r--r--pop3d/Makefile.am2
-rw-r--r--readmsg/Makefile.am2
-rw-r--r--sieve/Makefile.am2
22 files changed, 41 insertions, 26 deletions
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 95a22ab33..6210e6cba 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @INTLINCS@
bin_PROGRAMS = dotlock
dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
install-exec-hook:
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 120b11af8..812f8c59d 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -31,13 +31,13 @@ noinst_PROGRAMS = \
decode2047\
mailcap
moddir=@SIEVE_MODDIR@
mod_LTLIBRARIES = numaddr.la
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox @INTLINCS@
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I$(top_builddir)/include/mailutils/gnu -I$(top_srcdir)/mailbox @INTLINCS@
AM_LDFLAGS = ../mailbox/libmailbox.la ../lib/libmailutils.la
numaddr_la_SOURCES = numaddr.c
numaddr_la_LIBADD = ../libsieve/libsieve.la
numaddr_la_LDFLAGS = -module -avoid-version -no-undefined
diff --git a/frm/Makefile.am b/frm/Makefile.am
index ccc65e8bc..90429685d 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = frm
frm_SOURCES = frm.c
frm_LDADD = \
../mailbox/mbox/libmu_mbox.la\
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index 2a6450b31..6f3a93d79 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -15,13 +15,14 @@
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib \
- -I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
+ -I$(top_srcdir)/mailbox -I$(top_srcdir)/include \
+ -I${top_builddir}/include/mailutils/gnu @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS=scm
bin_PROGRAMS=@GUIMB@
EXTRA_PROGRAMS=guimb
guimb_SOURCES=main.c collect.c util.c guimb.h
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index 590bfa93f..74c704373 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -14,13 +14,14 @@
##
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@ @SERV_AUTHINCS@ @INTLINCS@
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include \
+ -I${top_builddir}/include/mailutils/gnu @AUTHINCS@ @SERV_AUTHINCS@ @INTLINCS@
SUBDIRS = testsuite
sbin_PROGRAMS = imap4d
imap4d_SOURCES = \
append.c\
diff --git a/include/mailutils/gnu/Makefile.am b/include/mailutils/gnu/Makefile.am
index 52644eed4..25e5217a9 100644
--- a/include/mailutils/gnu/Makefile.am
+++ b/include/mailutils/gnu/Makefile.am
@@ -14,8 +14,12 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+AUTOMAKE_OPTIONS=no-dependencies
+
gnudir = $(pkgincludedir)/gnu
-gnu_HEADERS = argp.h getopt.h
+EXTRA_HEADERS =
+gnu_HEADERS = @GNU_INCLS@
+DISTCLEANFILES = getopt.h argp.h regex.h posix/regex.h
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5873e44c7..3eb5e4a64 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,24 +16,22 @@
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
noinst_LTLIBRARIES = libmailutils.la
-SUBDIRS = posix
-
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
libmailutils_la_SOURCES = basename.c daemon.c getopt.c getopt1.c md5.c \
mu_dbm.c xstrdup.c xmalloc.c
EXTRA_DIST = alloca.c fnmatch.c fgetpwent.c getpass.c malloc.c obstack.c \
realloc.c setenv.c snprintf.c strncasecmp.c \
strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c \
utmp.c
noinst_HEADERS = error.h fnmatch.h md5.h \
mu_dbm.h\
- regex.h snprintf.h xalloc.h xstrtol.h obstack.h \
+ snprintf.h xalloc.h xstrtol.h obstack.h \
mu_asprintf.h
libmailutils_la_LIBADD = @LTLIBOBJS@ @ALLOCA@
diff --git a/libsieve/Makefile.am b/libsieve/Makefile.am
index ba95eafe5..a63f9d911 100644
--- a/libsieve/Makefile.am
+++ b/libsieve/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
AM_YFLAGS = -dtv
AM_CPPFLAGS = -DSIEVE_MODDIR=\"@SIEVE_MODDIR@\"
lib_LTLIBRARIES = libsieve.la
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index b43aa023f..4b1233c56 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/mailbox -I$(top_srcdir)/include @GUILE_INCLUDES@ @INTLINCS@
SUBDIRS = testsuite
libexec_PROGRAMS = mail.local
mail_local_SOURCES = main.c mailquota.c script.c mail.local.h
mail_local_LDADD = \
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 4484c3f3e..72737c2fb 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include @INTLINCS@
SUBDIRS = testsuite
PROGRAMS_SMTP = mail.remote
EXTRA_PROGRAMS = mail.remote
libexec_PROGRAMS = @BUILD_SMTP_PROGRAMS@
diff --git a/mail/Makefile.am b/mail/Makefile.am
index d29f8e5c5..161a644ce 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -15,13 +15,13 @@
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
AM_YFLAGS=-vt
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@ @AUTHINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu -I${top_srcdir}/mailbox @INTLINCS@ @AUTHINCS@
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
bin_PROGRAMS = mail
mail_LDADD = \
../mailbox/mbox/libmu_mbox.la\
diff --git a/mailbox/Makefile.am b/mailbox/Makefile.am
index 4af7eb2d8..0eb4f358f 100644
--- a/mailbox/Makefile.am
+++ b/mailbox/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu @INTLINCS@
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
YLWRAP = $(SHELL) $(top_srcdir)/scripts/ylwrap
AM_YFLAGS=-vt
SUBDIRS = include mbox pop imap mh maildir testsuite
@@ -30,13 +30,13 @@ bin_PROGRAMS = mailutils-config
localedir = $(datadir)/locale
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
EXTRA_DIST = strtok_r.c \
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c \
argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c \
- argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c
+ argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c
noinst_HEADERS=argp-fmtstream.h argp-namefrob.h md5.h
libmailbox_la_SOURCES = \
address.c \
argcv.c \
@@ -65,12 +65,13 @@ md5.c \
message.c \
memory_stream.c \
mime.c \
monitor.c \
mu_argp.c \
mu_auth.c \
+munre.c \
mutil.c \
muerror.c \
muerrno.c \
nls.c \
observer.c \
parse822.c \
diff --git a/mailbox/imap/Makefile.am b/mailbox/imap/Makefile.am
index 52ef8e629..13d68afbe 100644
--- a/mailbox/imap/Makefile.am
+++ b/mailbox/imap/Makefile.am
@@ -14,13 +14,15 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
+ -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu \
+ @INTLINCS@
lib_LTLIBRARIES = libmu_imap.la
libmu_imap_la_SOURCES = \
folder.c\
mbox.c\
diff --git a/mailbox/maildir/Makefile.am b/mailbox/maildir/Makefile.am
index 8f7bdac9e..c3d6ac9ba 100644
--- a/mailbox/maildir/Makefile.am
+++ b/mailbox/maildir/Makefile.am
@@ -14,13 +14,15 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
+ -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu \
+ @INTLINCS@
lib_LTLIBRARIES = libmu_maildir.la
libmu_maildir_la_SOURCES = \
mbox.c
diff --git a/mailbox/mbox/Makefile.am b/mailbox/mbox/Makefile.am
index 3a239d6b7..913a22e57 100644
--- a/mailbox/mbox/Makefile.am
+++ b/mailbox/mbox/Makefile.am
@@ -14,13 +14,15 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
+ -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu \
+ @INTLINCS@
lib_LTLIBRARIES = libmu_mbox.la
libmu_mbox_la_SOURCES = \
file.c\
folder.c\
diff --git a/mailbox/mh/Makefile.am b/mailbox/mh/Makefile.am
index 83a0e65fd..f507256b9 100644
--- a/mailbox/mh/Makefile.am
+++ b/mailbox/mh/Makefile.am
@@ -14,13 +14,15 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
+ -I${top_srcdir}/mailbox/include \
+ @INTLINCS@
lib_LTLIBRARIES = libmu_mh.la
libmu_mh_la_SOURCES = \
folder.c\
mbox.c\
diff --git a/mailbox/pop/Makefile.am b/mailbox/pop/Makefile.am
index a70848cb2..794241cfe 100644
--- a/mailbox/pop/Makefile.am
+++ b/mailbox/pop/Makefile.am
@@ -14,13 +14,15 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox -I${top_srcdir}/mailbox/include -I${top_srcdir}/include/mailutils/gnu @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox \
+ -I${top_srcdir}/mailbox/include -I${top_builddir}/include/mailutils/gnu \
+ @INTLINCS@
lib_LTLIBRARIES = libmu_pop.la
libmu_pop_la_SOURCES = \
folder.c\
mbox.c\
diff --git a/messages/Makefile.am b/messages/Makefile.am
index ecb88c4f6..578f78f5f 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = messages
messages_LDADD =\
../mailbox/mbox/libmu_mbox.la\
diff --git a/mh/Makefile.am b/mh/Makefile.am
index a334e8276..24b8a0503 100644
--- a/mh/Makefile.am
+++ b/mh/Makefile.am
@@ -117,13 +117,13 @@ DISTCLEANFILES = mailutils-mh.el
SUFFIXES = .eli .el
mailutils-mh.el: mailutils-mh.eli
.eli.el:
sed "s,BINDIR,$(bindir),g;s,MHLIBDIR,$(mhlibdir),g" $< > $@
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu -I${top_srcdir}/mailbox @INTLINCS@
AM_CPPFLAGS = -DMHLIBDIR=\"$(mhlibdir)\" -DMHBINDIR=\"$(bindir)\"
mh_LIBS = \
./libmh.a\
../mailbox/mbox/libmu_mbox.la\
../mailbox/imap/libmu_imap.la\
../mailbox/pop/libmu_pop.la\
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index d96bc4be9..90b7d722b 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @INTLINCS@
+INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu -I$(top_srcdir)/include @INTLINCS@
sbin_PROGRAMS = pop3d
bin_PROGRAMS = @POPAUTH@
EXTRA_PROGRAMS = popauth
SUBDIRS = testsuite
diff --git a/readmsg/Makefile.am b/readmsg/Makefile.am
index 7d9b9b0be..79f9f9825 100644
--- a/readmsg/Makefile.am
+++ b/readmsg/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib @INTLINCS@
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = readmsg
readmsg_SOURCES = readmsg.c msglist.c readmsg.h
readmsg_LDADD =\
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 305d8bf96..e1756cbba 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -14,13 +14,13 @@
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @INTLINCS@
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_builddir}/include/mailutils/gnu @INTLINCS@
SUBDIRS = testsuite
bin_PROGRAMS = sieve
sieve_SOURCES = sieve.c
sieve_LDADD =\
../libsieve/libsieve.la\

Return to:

Send suggestions and report system problems to the System administrator.