From: Christos Triantafyllidis Date: Sun, 19 Jun 2011 22:31:43 +0000 (+0300) Subject: LU-432 multiop test needs $(PTHREAD_LIBS) X-Git-Tag: v1_8_7_81_WC1~21 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2e139b21c21e59c4f79f4b2514c6b1c662401e8d;p=fs%2Flustre-release.git LU-432 multiop test needs $(PTHREAD_LIBS) Added $(PTHREAD_LIBS) to multiop_LDADD for multiop test. Change-Id: I95ce209fc033122ac89bb4ee74f8e095e5727b17 Signed-off-by: Christos Triantafyllidis Reviewed-on: http://review.whamcloud.com/978 Reviewed-by: Johann Lombardi Tested-by: Johann Lombardi --- diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index f4220b3..99002c8 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -62,7 +62,7 @@ endif # TESTS mmap_sanity_SOURCES= mmap_sanity.c LIBLUSTREAPI := $(top_builddir)/lustre/utils/liblustreapi.a -multiop_LDADD=$(LIBLUSTREAPI) -lrt +multiop_LDADD=$(LIBLUSTREAPI) -lrt $(PTHREAD_LIBS) ll_dirstripe_verify_SOURCES= ll_dirstripe_verify.c ll_dirstripe_verify_LDADD= -L$(top_builddir)/lustre/utils -llustreapi