commit | 1b688e8039a26b7deb9217487f99136d2afcc688 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Mon Mar 14 21:52:51 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 14 21:52:51 2016 +0000 |
tree | dacaaabe24d255ee767d17eae9348b3b1e9ca35b | |
parent | d2425ed063863b502600a4d80d01f362021bd61a [diff] | |
parent | 38234f4bef8b70d985c09224e6d7752d71400f23 [diff] |
Merge "Add include/ to the Makefile include path." am: 38234f4bef * commit '38234f4bef8b70d985c09224e6d7752d71400f23': 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