Merge "Add include/ to the Makefile include path."

This commit is contained in:
Alex Deymo 2016-03-14 21:48:52 +00:00 committed by Gerrit Code Review
commit 38234f4bef

View file

@ -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