summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-08-25 15:49:53 +0000
committerAlain Magloire <alainm@gnu.org>2001-08-25 15:49:53 +0000
commitf4d3e78db91212292c8609a4eb18f6402520978a (patch)
treeef14190e81fb7d61c6151bcbadc4d45df0e82733 /Makefile.am
parent7ba96ca17a014cb6aa692cb03419ee324a9b8c51 (diff)
downloadmailutils-f4d3e78db91212292c8609a4eb18f6402520978a.tar.gz
mailutils-f4d3e78db91212292c8609a4eb18f6402520978a.tar.bz2
* Makefile.am:
* acconfig.h: Added support for new MySql addition to mailutils * configure.in: * MySql/Makefile.am: * MySql/MySql.c: Mini lib to link to when mysql support * MySql/MySql.h: enabled (with --enable-mysql) * doc/Readme.mysql: Readme file for setup. * imap4d/login.c: * mailbox/mbx_default.c: The Patch pretty much works the same * mailbox/mutil.c: all around. if getpwnam() returns null * mailbox2/mutil.c: then your db is checked for the user, * pop3d/apop.c: and the struct is filled if found, * pop3d/user.c: returns null if not. If shadow support is used, then the same is done with getspnam(). * examples/mail.MysqlMailer.c: Simple sendmail backend support.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fd326b876..081e22240 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = gnu 1.4
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = include doc m4 lib argp mailbox frm from pop3d imap4d mail sieve \
+SUBDIRS = include doc m4 lib MySql argp mailbox frm from pop3d imap4d mail sieve \
scripts libmu_scm guimb messages
EXTRA_DIST = mailutils.spec mailutils.spec.in README-alpha COPYING.FDL

Return to:

Send suggestions and report system problems to the System administrator.