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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
imap4d/Makefile.am
imap4d/Makefile.am
View file @
0ef719d
...
...
@@ -10,4 +10,8 @@ imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \
select
.c signal.c status.c store.c subscribe.c sync.c uid.c unsubscribe.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