Merge "Add include/ to the Makefile include path."
This commit is contained in:
commit
38234f4bef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue