]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: always build generated source files
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Apr 2018 10:44:35 +0000 (11:44 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 20 Apr 2018 10:48:30 +0000 (11:48 +0100)
commit6b06f35942979cd2bfb104dc141c0a5dc871dc08
tree73cd49e4876c771db74518b88f6c2d1105f14379
parent76c2ecec164e1489ae4ecc6b9672be488a8628d2
remote: always build generated source files

The generated source files for dispatching libvirtd RPC messages contain
translations and are thus listed in POTFILES. This means they are
required in order to build libvirt.pot. Rather than changing the files
that go into libvirt.pot dynamically, just unconditionally build the
remote driver sources so they are always available for building
libvirt.pot. This ensures we don't silently loose translation messages
based on configure args.

This fixes the mingw build which needs to create libvirt.pot but has
libvirtd disabled.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/Makefile.inc.am