diff options
author | Doug Goldstein <cardoe@cardoe.com> | 2012-09-17 20:27:06 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-09-19 08:27:01 -0600 |
commit | b95ad92e058d3b25b9fc0a9f48cf21c57c29e0b5 (patch) | |
tree | f6223ebecf35348d10c3c024325d6c0938643065 /po | |
parent | virsh: Rename QEmu to QEMU to match upstream (diff) | |
download | libvirt-b95ad92e058d3b25b9fc0a9f48cf21c57c29e0b5.tar.gz libvirt-b95ad92e058d3b25b9fc0a9f48cf21c57c29e0b5.tar.bz2 libvirt-b95ad92e058d3b25b9fc0a9f48cf21c57c29e0b5.zip |
build: define WITH_INTERFACE for the driver
Based exclusively on work by Eric Blake in a patch posted with the same
subject. However some modifications related to comments and my plans to
add another backend.
Added WITH_INTERFACE as the only automake variable deciding whether to
build the driver and using WITH_NETCF to identify that we're wanting to
use the netcf library as the backend.
* configure.ac: Added with_interface
* src/interface/netcf_driver.c: Renamed..
* src/interface/interface_backend_netcf.c: ..to this to match storage.
* src/interface/netcf_driver.h: Renamed..
* src/interface/interface_driver.h: ..to this.
* daemon/Makefile.am: Respect WITH_INTERFACE and WITH_NETCF.
* libvirt.spec.in: Add RPM support for --with-interface
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7a91eb4a9..12a2b25cd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -40,7 +40,7 @@ src/fdstream.c src/hyperv/hyperv_driver.c src/hyperv/hyperv_util.c src/hyperv/hyperv_wmi.c -src/interface/netcf_driver.c +src/interface/interface_backend_netcf.c src/internal.h src/libvirt.c src/libvirt-qemu.c |