commit | 38234f4bef8b70d985c09224e6d7752d71400f23 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Mon Mar 14 21:48:52 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 14 21:48:52 2016 +0000 |
tree | 76b0016e92d7ec15a0287cfbfa7be13a5d6aee36 | |
parent | 5593342575323f5f10e7af669871627e4ada8c7b [diff] | |
parent | 82f8c820463f73ac1149ffbe65e4a6f24f826ab4 [diff] |
Merge "Add include/ to the Makefile include path."
diff --git a/applypatch/Makefile b/applypatch/Makefile index de6d426..fb49843 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