summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-05-18 12:27:31 +0300
committerJan Kara <jack@suse.cz>2017-05-18 12:27:07 +0200
commit579425d669eb4df2ae26ceb70dfb9380c38fb521 (patch)
tree3291547bf89ecaa1d38b733919cb25d9468c79a5
parente0b633558d28afb43bed665963d2941dde4a0f26 (diff)
downloadquota-tools-579425d669eb4df2ae26ceb70dfb9380c38fb521.tar.gz
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 <ldv@altlinux.org> Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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 = \