]> xenbits.xensource.com Git - libvirt.git/commit
Add pkg-config files to allow deps to build against source tree
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jun 2014 16:48:12 +0000 (17:48 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 23 Jun 2014 15:17:55 +0000 (16:17 +0100)
commit60c343f6885047e628cf10ed2590ff9f7d25b1de
treefa69e426d305f5ad77112b435e33ce749d580845
parent65d8c92a7558ffb2e4d71efc212f8805629fbff1
Add pkg-config files to allow deps to build against source tree

When testing language bindings it is useful to be able to build
them against an uninstalled libvirt source tree. Add a dummy
set of pkg-config files to allow for this. This can be used by
setting

  export PKG_CONFIG_PATH=/path/to/libvirt/git/src

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
.gitignore
configure.ac
src/libvirt-lxc.pc.in [new file with mode: 0644]
src/libvirt-qemu.pc.in [new file with mode: 0644]
src/libvirt.pc.in [new file with mode: 0644]