From b66c96de551b650680a65a732a1338c3ec25b436 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 29 May 2012 14:37:22 -0400 Subject: [PATCH] nsm_client: nsm_client needs to link with libtirpc nsm_client needs to link against libtirpc. Signed-off-by: Steve Dickson --- tests/nsm_client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nsm_client/Makefile.am b/tests/nsm_client/Makefile.am index 4bf0a45..4c15346 100644 --- a/tests/nsm_client/Makefile.am +++ b/tests/nsm_client/Makefile.am @@ -13,7 +13,7 @@ nsm_client_SOURCES = $(GENFILES) nsm_client.c BUILT_SOURCES = $(GENFILES) nsm_client_LDADD = ../../support/nfs/libnfs.a \ - ../../support/nsm/libnsm.a $(LIBCAP) + ../../support/nsm/libnsm.a $(LIBCAP) $(LIBTIRPC) if CONFIG_RPCGEN RPCGEN = $(top_builddir)/tools/rpcgen/rpcgen -- 2.39.2