Просмотр исходного кода

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
Steven Dake 16 лет назад
Родитель
Сommit
6a72079e3b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exec/Makefile.am

+ 1 - 1
exec/Makefile.am

@@ -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)