mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 20:07:28 +00:00
Both CRIU library and CRIT python data are moved into lib/c and lib/py. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
9 lines
182 B
PkgConfig
9 lines
182 B
PkgConfig
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: CRIU
|
|
Description: RPC library for userspace checkpoint and restore
|
|
Version: @version@
|
|
Libs: -L${libdir} -lcriu
|
|
Cflags: -I${includedir}
|