mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
soccr: Wire into builder
For now build the .a library not to produce criu wrappers. Next version should include the .so library as well. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
741719e8d3
commit
6d9e6d15bf
7 changed files with 28 additions and 2 deletions
|
|
@ -17,3 +17,9 @@ CRIU_SO_VERSION_MINOR := 0
|
|||
|
||||
export CRIU_SO_VERSION_MAJOR CRIU_SO_VERSION_MINOR
|
||||
|
||||
#
|
||||
# SOCCR library.
|
||||
SOCCR_SO_VERSION_MAJOR := 1
|
||||
SOCCR_SO_VERSION_MINOR := 0
|
||||
|
||||
export SOCCR_SO_VERSION_MAJOR SOCCR_SO_VERSION_MINOR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue