Commit 1324982c 1324982c78dfad293f967d78dbb55c1dd4e0ce4e by Sergey Poznyakoff

Added version.c

1 parent d6154458
...@@ -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
......