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
cf044808
...
cf044808e0d49d50bb02663560ccfd7d6c80a491
authored
2003-01-22 13:12:07 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Renamed AUTHOBJS to IMAP_AUTHOBJS.
1 parent
9678b650
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
imap4d/Makefile.am
imap4d/Makefile.am
View file @
cf04480
...
...
@@ -22,15 +22,15 @@ SUBDIRS = testsuite
sbin_PROGRAMS
=
imap4d
imap4d_LDADD
=
@AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
imap4d_LDADD
=
@
IMAP_
AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@
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
\
select
.c signal.c starttls.c status.c store.c subscribe.c sync.c uid.c
\
unsubscribe.c util.c version.c
## This kludge is necessary to correctly establish imap4d -> AUTHOBJS
## This kludge is necessary to correctly establish imap4d ->
IMAP_
AUTHOBJS
## dependency. Think about better approach --gray
imap4d_DEPENDENCIES
=
@AUTHOBJS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
imap4d_DEPENDENCIES
=
@
IMAP_
AUTHOBJS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
EXTRA_DIST
=
auth_gss.c
EXTRA_DIST
=
auth_gss.c
auth_gsasl.c
...
...
Please
register
or
sign in
to post a comment