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

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/trunk@2363 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jan Friesse 16 лет назад
Родитель
Сommit
49136748b0
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