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
54f46915
...
54f469152905cba1f25feac606ccb2fcba34e2bf
authored
2007-02-23 11:46:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add bulletin.c
1 parent
60c1afe7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
4 deletions
pop3d/Makefile.am
pop3d/Makefile.am
View file @
54f4691
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005,
## 2007 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
...
...
@@ -24,9 +25,29 @@ bin_PROGRAMS = @POPAUTH@
EXTRA_PROGRAMS
=
popauth
SUBDIRS
=
testsuite
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 stls.c signal.c top.c
\
uidl.c user.c logindelay.c expire.c
pop3d_SOURCES
=
\
apop.c
\
auth.c
\
bulletin.c
\
capa.c
\
dele.c
\
expire.c
\
extra.c
\
list.c
\
lock.c
\
logindelay.c
\
noop.c
\
pop3d.c
\
pop3d.h
\
quit.c
\
retr.c
\
rset.c
\
signal.c
\
stat.c
\
stls.c
\
top.c
\
uidl.c
\
user.c
pop3d_LDADD
=
\
../lib/libmuaux.la
\
...
...
Please
register
or
sign in
to post a comment