From: Liu Yuan <tailai.ly at taobao.com> Signed-off-by: Liu Yuan <tailai.ly at taobao.com> --- - update: remove extra -lssl and -lz sheep/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sheep/Makefile.am b/sheep/Makefile.am index d86898b..345dd4d 100644 --- a/sheep/Makefile.am +++ b/sheep/Makefile.am @@ -24,7 +24,7 @@ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include $(libcpg_CFLAGS) $ sbin_PROGRAMS = sheep sheep_SOURCES = sheep.c group.c sdnet.c store.c vdi.c work.c journal.c ops.c \ - cluster/local.c + cluster/local.c util.c strbuf.c slabs.c if BUILD_COROSYNC sheep_SOURCES += cluster/corosync.c endif @@ -36,7 +36,7 @@ sheep_LDADD = $(libcpg_LIBS) $(libcfg_LIBS) ../lib/libsheepdog.a -lpthread sheep_DEPENDENCIES = ../lib/libsheepdog.a -noinst_HEADERS = work.h sheep_priv.h cluster.h +noinst_HEADERS = work.h sheep_priv.h cluster.h strbuf.h slabs.h EXTRA_DIST = -- 1.7.6.1 |