]> git.ipfire.org Git - thirdparty/libvirt.git/commit
wireshark: Inject $(prefix) at the right time
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 11:56:52 +0000 (13:56 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 26 Oct 2016 15:00:21 +0000 (17:00 +0200)
commitc587c73549e5fc06782059b2a9a1bb508729a930
treeaa6875d2010f6e985d534d6757908dafdfe1b231
parentdebf2f0b8af4dadcada01d15242a2882576fe55e
wireshark: Inject $(prefix) at the right time

Adding $(prefix) in Makefile.am, as we were doing, means that
it would be prepended even when using --with-ws-plugindir,
which is something we don't want to happen.

Instead, we add it beforehand but take care that it doesn't
get expanded until make is called.
m4/virt-wireshark.m4
tools/Makefile.am