Renamed AUTHOBJS to IMAP_AUTHOBJS.
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -22,15 +22,15 @@ SUBDIRS = testsuite | ... | @@ -22,15 +22,15 @@ SUBDIRS = testsuite |
22 | 22 | ||
23 | sbin_PROGRAMS = imap4d | 23 | sbin_PROGRAMS = imap4d |
24 | 24 | ||
25 | imap4d_LDADD = @AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@ | 25 | imap4d_LDADD = @IMAP_AUTHOBJS@ ../mailbox/libmailbox.la @AUTHLIBS@ ../lib/libmailutils.la @LTLIBINTL@ |
26 | imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ | 26 | imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ |
27 | commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \ | 27 | commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \ |
28 | imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \ | 28 | imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \ |
29 | select.c signal.c starttls.c status.c store.c subscribe.c sync.c uid.c \ | 29 | select.c signal.c starttls.c status.c store.c subscribe.c sync.c uid.c \ |
30 | unsubscribe.c util.c version.c | 30 | unsubscribe.c util.c version.c |
31 | 31 | ||
32 | ## This kludge is necessary to correctly establish imap4d -> AUTHOBJS | 32 | ## This kludge is necessary to correctly establish imap4d -> IMAP_AUTHOBJS |
33 | ## dependency. Think about better approach --gray | 33 | ## dependency. Think about better approach --gray |
34 | imap4d_DEPENDENCIES = @AUTHOBJS@ ../mailbox/libmailbox.la ../lib/libmailutils.la | 34 | imap4d_DEPENDENCIES = @IMAP_AUTHOBJS@ ../mailbox/libmailbox.la ../lib/libmailutils.la |
35 | 35 | ||
36 | EXTRA_DIST=auth_gss.c | 36 | EXTRA_DIST=auth_gss.c auth_gsasl.c | ... | ... |
-
Please register or sign in to post a comment