diff --git a/test/others/libcriu/Makefile b/test/others/libcriu/Makefile index af4a3ecc6..a6ff0b50b 100644 --- a/test/others/libcriu/Makefile +++ b/test/others/libcriu/Makefile @@ -26,7 +26,7 @@ endef $(foreach t, $(TESTS), $(eval $(call genb, $(t)))) %.o: %.c - gcc -c $^ -iquote ../../../criu/include -I../../../lib/c/ -I../../../images/ -o $@ -Werror + gcc -c $^ -iquote../../../criu/include -I../../../include -I../../../lib/c/ -I../../../images/ -o $@ -Werror clean: libcriu_clean rm -rf $(TESTS) $(TESTS:%=%.o) lib.o