]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Simplify installing/uninstalling data
authorAndrea Bolognani <abologna@redhat.com>
Wed, 9 Jan 2019 16:11:12 +0000 (17:11 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 10 Jan 2019 15:48:12 +0000 (16:48 +0100)
commit50d5cb0df387a2073c269e35c696cfac2a31c9df
tree1bdb1e0966211117ede3cafc27265dfecbc1fc59
parentab575b7b7727d639c03d509f831c12458b15114a
src: Simplify installing/uninstalling data

Instead of defining targets conditionally and depending on
them unconditionally, define a couple of variables and
conditionally add targets to them.

In addition to removing a bunch of useless code, this has
the nice effect of no longer requiring the main Makefile.am
to have any knowledge about the contents of the various
snippets it includes.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/Makefile.am
src/remote/Makefile.inc.am