From: Timo Sirainen Date: Fri, 7 Aug 2009 21:06:15 +0000 (-0400) Subject: quota: Don't link rpcsvc library. X-Git-Tag: 2.0.alpha1~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6f02650c46c7f3ad627b425523918c0eaed859d;p=thirdparty%2Fdovecot%2Fcore.git quota: Don't link rpcsvc library. It shouldn't be necessary since we generate our own rquota_xdr.c --HG-- branch : HEAD --- 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 \