criu/lib
Adrian Reber b0e6ebc1c7 Makefile: add soname to libcriu.so
Using a soname makes it easy for applications to
detect if the ABI of libcriu.so has changed.
It still creates libcriu.so as before in lib. During
'make install' additional links are created:

 libcriu.so -> libcriu.so.1.0
 libcriu.so.1 -> libcriu.so.1.0

Signed-off-by: Adrian Reber <adrian@lisas.de>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-02-07 15:35:20 +04:00
..
criu.c libcriu: add work_dir support 2014-02-04 18:27:20 +04:00
criu.h libcriu: add work_dir support 2014-02-04 18:27:20 +04:00
Makefile Makefile: add soname to libcriu.so 2014-02-07 15:35:20 +04:00