Remove quorum.c from lcrso build list since its linked into main binary.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2223 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Steven Dake 2009-06-07 18:56:36 +00:00
parent 3d7f87779a
commit 6a72079e3b

View File

@ -40,7 +40,7 @@ TOTEM_SRC = coropoll.c totemip.c totemnet.c totemrrp.c \
LOGSYS_SRC = wthread.c logsys.c
COROIPCS_SRC = coroipcs.c
LCRSO_SRC = objdb.c vsf_ykd.c coroparse.c quorum.c vsf_quorum.c
LCRSO_SRC = objdb.c vsf_ykd.c coroparse.c vsf_quorum.c
LCRSO_OBJS = $(LCRSO_SRC:%.c=%.o)
LCRSO = $(LCRSO_SRC:%.c=%.lcrso)