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
path: root/lib
diff options
context:
space:
mode:
authorRadostin Stoyanov <radostin@redhat.com>2021-09-03 16:14:41 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-17 20:42:21 +0300
commit6a15dbdefa5c23a75eb3d1137681404588a16efa (patch)
tree76d90715c81142ea5ab387c1c0d4a07bbfdd3cdf /lib
parentc6b5e7d9232aa6033adda242d224a6c2b7ecd563 (diff)
lib: install images/rpc.pb-c.h
Since commit 1c25914 compiling crun with libcriu also requires /usr/include/criu/rpc.pb-c.h Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index f9b66701e..575a7bad3 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,6 +1,6 @@
CRIU_SO := libcriu.so
CRIU_A := libcriu.a
-UAPI_HEADERS := lib/c/criu.h images/rpc.proto criu/include/version.h
+UAPI_HEADERS := lib/c/criu.h images/rpc.proto images/rpc.pb-c.h criu/include/version.h
#
# File to keep track of files installed by setup.py