Restored imap4d_DEPENDENCIES. Without it @AUTHOBJS@ do not get into dependencies.
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -10,4 +10,8 @@ imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ | ... | @@ -10,4 +10,8 @@ imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ |
10 | select.c signal.c status.c store.c subscribe.c sync.c uid.c unsubscribe.c \ | 10 | select.c signal.c status.c store.c subscribe.c sync.c uid.c unsubscribe.c \ |
11 | util.c | 11 | util.c |
12 | 12 | ||
13 | ## This kludge is necessary to correctly establish imap4d -> AUTHOBJS | ||
14 | ## dependency. Think about better approach --gray | ||
15 | imap4d_DEPENDENCIES = @AUTHOBJS@ @ARGPLIBS@ ../mailbox/libmailbox.la ../lib/libmailutils.la | ||
16 | |||
13 | EXTRA_DIST=auth_gss.c | 17 | EXTRA_DIST=auth_gss.c | ... | ... |
-
Please register or sign in to post a comment