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

Merge trunk revision 2363:
r2363 | honzaf | 2009-07-16 05:16:06 -0700 (Thu, 16 Jul 2009) | 5 lines

Add lcoroipcc as build requirement for stress_cpgcontext

This is needed for build without errors on system, where
lcoroipcc is not installed on system yet.



git-svn-id: http://svn.fedorahosted.org/svn/corosync/branches/flatiron@2485 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 16 лет назад
Родитель
Сommit
70782d2d79
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/Makefile.am

+ 1 - 1
test/Makefile.am

@@ -52,7 +52,7 @@ stress_cpgzc_LDADD	= -lcpg -lcoroipcc
 stress_cpgzc_LDFLAGS	= -L../lib
 stress_cpgzc_LDFLAGS	= -L../lib
 stress_cpgfdget_LDADD	= -lcpg -lcoroipcc
 stress_cpgfdget_LDADD	= -lcpg -lcoroipcc
 stress_cpgfdget_LDFLAGS	= -L../lib
 stress_cpgfdget_LDFLAGS	= -L../lib
-stress_cpgcontext_LDADD	= -lcpg
+stress_cpgcontext_LDADD	= -lcpg -lcoroipcc
 stress_cpgcontext_LDFLAGS	= -L../lib
 stress_cpgcontext_LDFLAGS	= -L../lib
 testconfdb_LDADD	= -lconfdb ../lcr/liblcr.a -lcoroipcc
 testconfdb_LDADD	= -lconfdb ../lcr/liblcr.a -lcoroipcc
 testconfdb_LDFLAGS	= -L../lib
 testconfdb_LDFLAGS	= -L../lib