summaryrefslogtreecommitdiff
path: root/mail/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 /mail/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 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 42fdf015b..b2b6ab9f0 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -1,7 +1,7 @@
CFLAGS = -Wall -pedantic -g -DTESTING
-INCLUDES = -I$(top_srcdir)/libmailbox -I$(top_srcdir)/lib
+INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
bin_PROGRAMS = mail
-mail_DEPENDENCIES = ../libmailbox/libmailbox.la
-mail_LDADD = ../libmailbox/libmailbox.la ../lib/libmailutils.a
+mail_DEPENDENCIES = ../mailbox/libmailbox.la
+mail_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.a

Return to:

Send suggestions and report system problems to the System administrator.