summaryrefslogtreecommitdiff
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-04-16 02:26:31 +0000
committerAlain Magloire <alainm@gnu.org>2001-04-16 02:26:31 +0000
commitb13877db6956665d13bf6ed1a4000ac687b13a25 (patch)
treeb73955b3dbcc16588e4b886bbd814a23f445cd24 /mail/Makefile.am
parentd1ba2067d0eb2537f3ed7b10d2e22455cf84a740 (diff)
downloadmailutils-b13877db6956665d13bf6ed1a4000ac687b13a25.tar.gz
mailutils-b13877db6956665d13bf6ed1a4000ac687b13a25.tar.bz2
Create a argp directory, it contains the necessary
files to build a standalone libargp.a * argp: New directory. argp-ba.c, argp-eexst.c, argp-fmtstream.c, argp-fmtstream.h argp-fs-xinl.c, argp-help.c, argp-namefrob.h, argp-parse.c argp-pv.c, argp-pvh.c, argp-xinl.c, argp.h, pin.c. * mail/mail.c: Comment out the code that use readline specifics WITH_READLINE. * mail/mail.h: Likewised. * mail/util.c: Likewised. And still mail will not compile for QNX ... #&*#$^&#^)(
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 4723ef89b..86d031294 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -2,13 +2,11 @@ AUTOMAKE_OPTIONS = ../lib/ansi2knr no-dependencies
CFLAGS = -Wall -pedantic -g
-INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
+INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@
bin_PROGRAMS = mail
-mail_DEPENDENCIES = @ARGPLIB@ ../mailbox/libmailbox.la
-
-mail_LDADD = @ARGPLIB@ ../mailbox/libmailbox.la ../lib/libmailutils.a
+mail_LDADD = @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
mail_SOURCES = alias.c alt.c cd.c copy.c delete.c discard.c dp.c echo.c \
edit.c eq.c exit.c file.c folders.c followup.c from.c headers.c help.c \

Return to:

Send suggestions and report system problems to the System administrator.