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
0ef719d9
...
0ef719d98f35a2696f1f9eb7581d47b35551178d
authored
2002-02-22 13:22:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Restored imap4d_DEPENDENCIES. Without it @AUTHOBJS@ do not get into dependencies.
1 parent
73cec3b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
imap4d/Makefile.am
imap4d/Makefile.am
View file @
0ef719d
...
...
@@ -8,6 +8,10 @@ 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 status.c store.c subscribe.c sync.c uid.c unsubscribe.c
\
util.c
util.c
## This kludge is necessary to correctly establish imap4d -> AUTHOBJS
## dependency. Think about better approach --gray
imap4d_DEPENDENCIES
=
@AUTHOBJS@ @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la
EXTRA_DIST
=
auth_gss.c
...
...
Please
register
or
sign in
to post a comment