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
bc54c260
...
bc54c260dd128f015450fe3a3aa9a9d6dd1877af
authored
1999-10-11 04:05:32 +0000
by
Jeff Bailey
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename libsrc/ to lib
1 parent
ed0ad2da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
ChangeLog
Makefile.am
pop3d/Makefile.am
ChangeLog
View file @
bc54c26
1999-10-10 Jeff Bailey <jbailey@cr499794-a.crdva1.bc.wave.home.com>
* pop3d/Makefile.am: Deal with libsrc to lib rename
* Makefile.am: Deal with libsrc to lib rename
* libsrc/: Rename to lib/
1999-10-09 Sean 'Shaleh' Perry <shaleh@debian.org>
* Made changelog.pl output in approved format -- I miss the time stamp
...
...
Makefile.am
View file @
bc54c26
AUTOMAKE_OPTIONS
=
gnu 1.4
SUBDIRS
=
lib
src
libmailbox mail pop3d
SUBDIRS
=
lib libmailbox mail pop3d
...
...
pop3d/Makefile.am
View file @
bc54c26
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib
src
-I
$(top_srcdir)
/libmailbox
INCLUDES
=
-I
$(srcdir)
-I
$(top_srcdir)
/lib -I
$(top_srcdir)
/libmailbox
sbin_PROGRAMS
=
pop3d
pop3d_DEPENDENDENCIES
=
../libmailbox/libmailbox.la ../lib
src
/libgetopt.la
\
pop3d_DEPENDENDENCIES
=
../libmailbox/libmailbox.la ../lib/libgetopt.la
\
../libsrc/libmd5.la
pop3d_SOURCES
=
apop.c auth.c capa.c dele.c extra.c pop3d.c pop3d.h
\
list.c noop.c quit.c retr.c rset.c stat.c top.c uidl.c user.c signal.c
...
...
Please
register
or
sign in
to post a comment