summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-03-14 22:48:52 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-03-14 22:48:52 +0100
commit38234f4bef8b70d985c09224e6d7752d71400f23 (patch)
tree76b0016e92d7ec15a0287cfbfa7be13a5d6aee36
parentMerge "applypatch: add -fPIC for libimgpatch in Chrome OS." (diff)
parentAdd include/ to the Makefile include path. (diff)
downloadandroid_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar.gz
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar.bz2
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar.lz
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar.xz
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.tar.zst
android_bootable_recovery-38234f4bef8b70d985c09224e6d7752d71400f23.zip
-rw-r--r--applypatch/Makefile2
1 files changed, 1 insertions, 1 deletions
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