]> git.ipfire.org Git - thirdparty/libvirt.git/commit
parallels: build with parallels SDK
authorDmitry Guryanov <dguryanov@parallels.com>
Thu, 11 Sep 2014 16:24:02 +0000 (20:24 +0400)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Sep 2014 13:42:32 +0000 (15:42 +0200)
commit64018e0c83a4f690a4c3078f20f14ca5ba555b41
tree4a1de22582cf715262c94b51b41c7e9ffa03eb6c
parentcb5de6552e1fb0e1cd119f7532e7c4dc9f424f56
parallels: build with parallels SDK

Executing prlctl command is not an optimal way to interact with
Parallels Cloud Server (PCS), it's better to use parallels SDK,
which is a remote API to paralles dispatcher service.

We prepared opensource version of this SDK and published it on
github, it's distributed under LGPL license. Here is a git repo:
https://github.com/Parallels/parallels-sdk.

To build with parallels SDK user should get compiler and linker
options from pkg-config 'parallels-sdk' file. So fix checks in
configure script and build with parallels SDK, if that pkg-config
file exists and add gcc options to makefile.

Signed-off-by: Dmitry Guryanov <dguryanov@parallels.com>
configure.ac
src/Makefile.am