From e6f02650c46c7f3ad627b425523918c0eaed859d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 7 Aug 2009 17:06:15 -0400 Subject: [PATCH] quota: Don't link rpcsvc library. It shouldn't be necessary since we generate our own rquota_xdr.c --HG-- branch : HEAD --- src/plugins/quota/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/plugins/quota/Makefile.am b/src/plugins/quota/Makefile.am index 16abf57d2c..9dd09ef3c7 100644 --- a/src/plugins/quota/Makefile.am +++ b/src/plugins/quota/Makefile.am @@ -12,11 +12,6 @@ lib10_quota_plugin_la_LDFLAGS = -module -avoid-version module_LTLIBRARIES = \ lib10_quota_plugin.la -if HAVE_RQUOTA -lib10_quota_plugin_la_LIBADD = \ - -lrpcsvc -endif - quota_dist_sources = \ quota.c \ quota-count.c \ -- 2.47.3