mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
15 lines
309 B
PkgConfig
15 lines
309 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
datarootdir=@datarootdir@
|
||
|
|
||
|
libvirt_lxc_api=@datadir@/libvirt/api/libvirt-lxc-api.xml
|
||
|
|
||
|
Name: libvirt-lxc
|
||
|
Version: @VERSION@
|
||
|
Description: libvirt LXC library
|
||
|
Requires: libvirt
|
||
|
Libs: -L${libdir} -lvirt-lxc
|
||
|
Cflags: -I${includedir}
|