Added version.c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ | ... | @@ -8,7 +8,7 @@ imap4d_SOURCES = append.c authenticate.c bye.c capability.c check.c close.c \ |
8 | commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \ | 8 | commands.c copy.c create.c delete.c examine.c expunge.c fetch.c imap4d.c \ |
9 | imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.c \ | 9 | imap4d.h list.c logout.c login.c lsub.c namespace.c noop.c rename.c search.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 version.c |
12 | 12 | ||
13 | ## This kludge is necessary to correctly establish imap4d -> AUTHOBJS | 13 | ## This kludge is necessary to correctly establish imap4d -> AUTHOBJS |
14 | ## dependency. Think about better approach --gray | 14 | ## dependency. Think about better approach --gray | ... | ... |
-
Please register or sign in to post a comment