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
12d1e68c
...
12d1e68c1f79dfb4b4fb83176335702f96242906
authored
2001-08-30 15:28:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Placed @AUTHLIBS@ before libmailutils. Needed when using mysql.
1 parent
a94585d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
imap4d/Makefile.am
pop3d/Makefile.am
imap4d/Makefile.am
View file @
12d1e68
...
...
@@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS
=
imap4d
imap4d_LDADD
=
../mailbox/libmailbox.la
../lib/libmailutils.a @AUTHLIBS@
imap4d_LDADD
=
../mailbox/libmailbox.la
@AUTHLIBS@ ../lib/libmailutils.a
imap4d_SOURCES
=
append.c authenticate.c bye.c capability.c check.c close.c
\
commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c
\
imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c
\
...
...
pop3d/Makefile.am
View file @
12d1e68
...
...
@@ -6,4 +6,4 @@ sbin_PROGRAMS = pop3d
pop3d_SOURCES
=
apop.c auth.c capa.c dele.c extra.c pop3d.c pop3d.h
\
list.c lock.c noop.c quit.c retr.c rset.c stat.c top.c uidl.c user.c signal.c
pop3d_LDADD
=
../mailbox/libmailbox.la
../lib/libmailutils.a @AUTHLIBS@
pop3d_LDADD
=
../mailbox/libmailbox.la
@AUTHLIBS@ ../lib/libmailutils.a
...
...
Please
register
or
sign in
to post a comment