Whamcloud - gitweb
LU-432 multiop test needs $(PTHREAD_LIBS)
authorChristos Triantafyllidis <ctria@grid.auth.gr>
Sun, 19 Jun 2011 22:31:43 +0000 (01:31 +0300)
committerJohann Lombardi <johann@whamcloud.com>
Wed, 22 Feb 2012 22:29:49 +0000 (17:29 -0500)
Added $(PTHREAD_LIBS) to multiop_LDADD for multiop test.

Change-Id: I95ce209fc033122ac89bb4ee74f8e095e5727b17
Signed-off-by: Christos Triantafyllidis <ctria@grid.auth.gr>
Reviewed-on: http://review.whamcloud.com/978
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
Tested-by: Johann Lombardi <johann@whamcloud.com>
lustre/tests/Makefile.am

index f4220b3..99002c8 100644 (file)
@@ -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