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
01865aec
...
01865aecaeaf5f2e7dc6f9ff7558fe4d22b7d035
authored
2001-11-11 07:48:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added popauth.
1 parent
647b109e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
pop3d/.cvsignore
pop3d/Makefile.am
pop3d/.cvsignore
View file @
01865ae
...
...
@@ -3,3 +3,4 @@ Makefile
.deps
.libs
pop3d
popauth
...
...
pop3d/Makefile.am
View file @
01865ae
...
...
@@ -2,9 +2,14 @@ AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/include
sbin_PROGRAMS
=
pop3d
bin_PROGRAMS
=
@POPAUTH@
EXTRA_PROGRAMS
=
popauth
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 signal.c top.c uidl.c
\
user.c virtual.c
pop3d_LDADD
=
../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.a
popauth_SOURCES
=
popauth.c
popauth_LDADD
=
../mailbox/libmailbox.la ../lib/libmailutils.a
...
...
Please
register
or
sign in
to post a comment