This is a small set of fixes and improvements to the
pkg-config files, ultimately allowing external apps
to build against libvirt source tree
Daniel P. Berrange (3):
Don't include @LIBS@ in libvirt.pc.in file
Add pkg-config files for libvirt-qemu & libvirt-lxc
Add pkg-config files to allow deps to build against source tree
.gitignore | 3 ++-
Makefile.am | 4 +++-
configure.ac | 8 +++++++-
libvirt-lxc.pc.in | 14 ++++++++++++++
libvirt-qemu.pc.in | 14 ++++++++++++++
libvirt.pc.in | 5 ++++-
libvirt.spec.in | 15 ++++++++++++---
mingw-libvirt.spec.in | 2 ++
src/Makefile.am | 8 +++++++-
src/libvirt-lxc.pc.in | 18 ++++++++++++++++++
src/libvirt-qemu.pc.in | 18 ++++++++++++++++++
src/libvirt.pc.in | 23 +++++++++++++++++++++++
12 files changed, 124 insertions(+), 8 deletions(-)
create mode 100644 libvirt-lxc.pc.in
create mode 100644 libvirt-qemu.pc.in
create mode 100644 src/libvirt-lxc.pc.in
create mode 100644 src/libvirt-qemu.pc.in
create mode 100644 src/libvirt.pc.in
--
1.9.3