summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2000-09-02 02:46:06 +0000
committerAlain Magloire <alainm@gnu.org>2000-09-02 02:46:06 +0000
commitdcd6e4da331e2e751fb880f9861d117e6787a8e1 (patch)
tree335212e2c25eb6ec37b646d96b0b93720e4a7464 /Makefile.am
parent55b26b616fd2d33a29f0c77d205a1ebd7cef95be (diff)
downloadmailutils-dcd6e4da331e2e751fb880f9861d117e6787a8e1.tar.gz
mailutils-dcd6e4da331e2e751fb880f9861d117e6787a8e1.tar.bz2
Cleanup, now we can do autogen.sh;configure;make and things will build.
mailutils/from will use the new mailbox API mailutils/mail will use the new mailbox API to convert pop3d(still use libmailbox the old API). mailutils/mail is incomplete and should is equivalent to LEGACY mail from Unix98.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 31b4c2fe5..144136b7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
AUTOMAKE_OPTIONS = gnu 1.4
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = lib libmailbox mail pop3d doc m4
-
+# imap4d
+SUBDIRS = include doc m4 lib mailbox from mail libmailbox pop3d
+#SUBDIRS = lib mailbox mail doc m4

Return to:

Send suggestions and report system problems to the System administrator.