From: Adam Sampson Date: Tue, 29 May 2012 18:37:22 +0000 (-0400) Subject: nsm_client: nsm_client needs to link with libtirpc X-Git-Tag: debian/1%1.2.8-1~11^2^2~111 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=b66c96de551b650680a65a732a1338c3ec25b436;ds=sidebyside nsm_client: nsm_client needs to link with libtirpc nsm_client needs to link against libtirpc. Signed-off-by: Steve Dickson --- 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