]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Introduce install-nss targets
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Apr 2016 08:14:23 +0000 (10:14 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Apr 2016 16:56:48 +0000 (18:56 +0200)
commit90bf5f5cb24b552f026576e6dd1b8c50651b7624
tree4ff82e434681d7470fd8f7f4a07735cf86edea6e
parenta977cbb471573768069339fe55b1757f1effe90a
tools: Introduce install-nss targets

We do have something similar for installing init system files.
Basically I'm trying to avoid the following warning produced by
automake:

tools/Makefile.am:429: warning: uninstall-local was already defined in condition TRUE, which includes condition WITH_BSD_NSS ...
tools/Makefile.am:292: ... 'uninstall-local' previously defined here

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/Makefile.am