2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

v2 criu: Initial skeleton for criu library

Add target lib to Makefile for criu library.
Created directory lib and add there Makefile and criu.c - skelettons for criu library.

Signed-off-by: Ruslan Kupreev <kupruser@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Ruslan Kupreev Руслан
2013-07-18 21:47:11 +04:00
committed by Pavel Emelyanov
parent 987de2de05
commit 27f9b0335d
3 changed files with 23 additions and 2 deletions

3
lib/criu.c Normal file
View File

@@ -0,0 +1,3 @@
#include "version.h"
const char *criu_lib_version = version;