summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Sampson <ats@offog.org>2012-05-29 14:37:22 -0400
committerSteve Dickson <steved@redhat.com>2012-05-29 14:44:18 -0400
commitb66c96de551b650680a65a732a1338c3ec25b436 (patch)
tree461813c780bfd8f34f6972d1ccbf880aabb19110
parent0781cf2a60dbb0d8997c4abef103d80f819cd16f (diff)
downloadnfs-utils-b66c96de551b650680a65a732a1338c3ec25b436.tar.gz
nfs-utils-b66c96de551b650680a65a732a1338c3ec25b436.tar.xz
nfs-utils-b66c96de551b650680a65a732a1338c3ec25b436.zip
nsm_client: nsm_client needs to link with libtirpc
nsm_client needs to link against libtirpc. Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--tests/nsm_client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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