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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-11-25 18:11:53 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-12-21 11:22:24 +0300
commitd647f47f20394f616f97f90ad5effe3a449c709d (patch)
tree0a36901c523da3b8d76c33c749bc1adb65bb3355 /Makefile.install
parent1cadd1c3e842b6ff61c37badbfc09d9123a31e92 (diff)
criu: install -- Make INCLUDEDIR not carry criu directory
INCLUDEDIR gonna be used in compel. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.install')
-rw-r--r--Makefile.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.install b/Makefile.install
index dbc22e116..939bcf9cb 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -8,7 +8,7 @@ MANDIR ?= $(PREFIX)/share/man
SYSTEMDUNITDIR ?= $(PREFIX)/lib/systemd/system/
LOGROTATEDIR ?= $(PREFIX)/etc/logrotate.d/
LIBDIR ?= $(PREFIX)/lib
-INCLUDEDIR ?= $(PREFIX)/include/criu
+INCLUDEDIR ?= $(PREFIX)/include/
LIBEXECDIR ?= $(PREFIX)/libexec
#