Commit 75d0c5df authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

criu/Makefile: rm criu/pie from -iquote

There are too many directories in the include path.

Let's remove this one, and refer to the blobs with pie/ prefix.
Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 28b3b600
...@@ -20,7 +20,6 @@ ccflags-y += -fno-strict-aliasing ...@@ -20,7 +20,6 @@ ccflags-y += -fno-strict-aliasing
ccflags-y += -iquote criu/include ccflags-y += -iquote criu/include
ccflags-y += -iquote include ccflags-y += -iquote include
ccflags-y += -iquote images ccflags-y += -iquote images
ccflags-y += -iquote criu/pie
ccflags-y += -iquote $(ARCH_DIR)/include ccflags-y += -iquote $(ARCH_DIR)/include
ccflags-y += -iquote . ccflags-y += -iquote .
ccflags-y += -I/usr/include/libnl3 ccflags-y += -I/usr/include/libnl3
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
#include "eventpoll.h" #include "eventpoll.h"
#include "signalfd.h" #include "signalfd.h"
#include "proc_parse.h" #include "proc_parse.h"
#include "restorer-blob.h" #include "pie/restorer-blob.h"
#include "crtools.h" #include "crtools.h"
#include "namespaces.h" #include "namespaces.h"
#include "mem.h" #include "mem.h"
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include "infect.h" #include "infect.h"
#include "infect-rpc.h" #include "infect-rpc.h"
#include "parasite-blob.h" #include "pie/parasite-blob.h"
#include <compel/compel.h> #include <compel/compel.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment