Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b1a90ab4
...
b1a90ab4d692a1a997044b7112c8ada0afdc0a17
authored
2001-06-30 09:33:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
use READLINE_LIBS
1 parent
e51fe3e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
mail/Makefile.am
mail/Makefile.am
View file @
b1a90ab
...
...
@@ -4,10 +4,12 @@ INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib @ARGPINCS@
bin_PROGRAMS
=
mail
mail_LDADD
=
@ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
mail_LDADD
=
@ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.a
\
@READLINE_LIBS@
mail_SOURCES
=
alias.c alt.c cd.c copy.c delete.c dp.c echo.c
\
edit.c eq.c exit.c file.c folders.c followup.c from.c headers.c help.c
\
hold.c
if
.c list.c mail.c mail.h mbox.c next.c pipe.c previous.c print.c
\
quit.c reply.c retain.c save.c send.c set.c shell.c size.c source.c table.c
\
top.c touch.c unalias.c undelete.c unset.c util.c visual.c write.c z.c
hold.c
if
.c list.c mail.c mail.h mailline.c mbox.c next.c pipe.c previous.c
\
print.c quit.c reply.c retain.c save.c send.c set.c shell.c size.c source.c
\
table.c top.c touch.c unalias.c undelete.c unset.c util.c var.c visual.c
\
write.c z.c
...
...
Please
register
or
sign in
to post a comment