Add a few more sources to CONV_SRCS.

This commit is contained in:
John Szakmeister 2014-05-16 07:57:59 -04:00
parent 3972f6cde7
commit 79a96ec1a4

View File

@ -39,6 +39,8 @@ set(CONV_SRCS
cursor.c cursor.c
garray.c garray.c
hashtab.c hashtab.c
log.c
map.c
memory.c memory.c
map.c map.c
os/env.c os/env.c
@ -48,6 +50,7 @@ set(CONV_SRCS
os/rstream.c os/rstream.c
os/signal.c os/signal.c
os/users.c os/users.c
os/uv_helpers.c
os/wstream.c os/wstream.c
os/msgpack_rpc.c os/msgpack_rpc.c
api/buffer.c api/buffer.c