From 579425d669eb4df2ae26ceb70dfb9380c38fb521 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 18 May 2017 12:27:31 +0300 Subject: Do not install quota_nld.8 when quota_nld is not installed When netlink support is not enabled, quota_nld is not built and not installed but quota_nld.8 is still installed. Fix this inconsistency and install quota_nld.8 iff quota_nld is installed. Signed-off-by: Dmitry V. Levin Signed-off-by: Jan Kara --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 82db99f..41aadcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,6 @@ man_MANS = \ edquota.8 \ quotagrpadmins.5 \ quotacheck.8 \ - quota_nld.8 \ quotaon.8 \ quotastats.8 \ quotasync.1 \ @@ -34,6 +33,10 @@ man_MANS = \ warnquota.8 \ xqmstats.8 +if WITH_NETLINK +man_MANS += quota_nld.8 +endif + SUBDIRS = po EXTRA_DIST = \ -- cgit v1.2.1