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