From: Liu Yuan <[email protected]>
Signed-off-by: Liu Yuan <[email protected]> --- lib/Makefile.am | 2 +- sheep/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index c4fb3af..45e99e8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,4 +4,4 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include noinst_LIBRARIES = libsheepdog.a -libsheepdog_a_SOURCES = event.c logger.c net.c util.c coroutine.c +libsheepdog_a_SOURCES = event.c logger.c net.c util.c coroutine.c rbtree.c diff --git a/sheep/Makefile.am b/sheep/Makefile.am index 279af77..af4e9cc 100644 --- a/sheep/Makefile.am +++ b/sheep/Makefile.am @@ -25,7 +25,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \ sbin_PROGRAMS = sheep sheep_SOURCES = sheep.c group.c sdnet.c store.c vdi.c work.c journal.c ops.c \ - cluster/local.c strbuf.c simple_store.c + cluster/local.c strbuf.c simple_store.c object_cache.c if BUILD_COROSYNC sheep_SOURCES += cluster/corosync.c endif -- 1.7.8.2 -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
