From 82f8c820463f73ac1149ffbe65e4a6f24f826ab4 Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Mon, 14 Mar 2016 14:25:33 -0700 Subject: Add include/ to the Makefile include path. The applypatch heaaders were recently moved to the include/ directory. This patch reflects that change in the Makefile. Bug: None TEST=sudo emerge imgdiff Change-Id: I0bf3f991b5e0c98054033c5939ed69b3e3c827a9 --- applypatch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applypatch/Makefile b/applypatch/Makefile index de6d4268f..fb4984303 100644 --- a/applypatch/Makefile +++ b/applypatch/Makefile @@ -14,7 +14,7 @@ # This file is for building imgdiff in Chrome OS. -CPPFLAGS += -iquote.. +CPPFLAGS += -iquote.. -Iinclude CXXFLAGS += -std=c++11 -O3 -Wall -Werror LDLIBS += -lbz2 -lz -- cgit v1.2.3