From 8beca88a904d92d8fa7be931039df70e81f0e486 Mon Sep 17 00:00:00 2001 From: anserper Date: Mon, 20 Apr 2009 21:02:04 +0000 Subject: [PATCH] b=18951 --- lustre/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/Makefile.am b/lustre/tests/Makefile.am index ef39d18..32484e3 100644 --- a/lustre/tests/Makefile.am +++ b/lustre/tests/Makefile.am @@ -62,7 +62,7 @@ mmap_sanity_SOURCES= mmap_sanity.c LIBLUSTREAPI := $(top_builddir)/lustre/utils/liblustreapi.a ll_getstripe_info_LDADD=$(LIBLUSTREAPI) -multiop_LDADD=$(LIBLUSTREAPI) +multiop_LDADD=$(LIBLUSTREAPI) -lrt ll_dirstripe_verify_SOURCES= ll_dirstripe_verify.c ll_dirstripe_verify_LDADD= -L$(top_builddir)/lustre/utils -llustreapi -- 1.8.3.1