Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@virtuozzo.com>2016-08-05 14:49:22 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2017-01-16 11:03:41 +0300
commit6d9e6d15bf5c5fa414debb9460d7def6efabcff8 (patch)
tree7423f1a5904a588fffa4ba6f48fb7f5050a27263 /Makefile.versions
parent741719e8d314931ccd17971b7f6ecb53a05d0b62 (diff)
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>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 87e3910dd..627279049 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -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