Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yangce committed Jan 1, 2017
1 parent d98df4e commit a817b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OPT ?= -g2 -Werror # (B) Debug mode, w/ full line-level debugging symbols
include depends.mk
#CXX=/opt/compiler/gcc-4.8.2/bin/g++

INCLUDE_PATH = -I./src -I$(PROTOBUF_PATH)/include \
INCLUDE_PATH = -I$(WORK_PATH)/src -I$(PROTOBUF_PATH)/include \
-I$(PBRPC_PATH)/include \
-I$(LEVELDB_PATH)/include \
-I$(SNAPPY_PATH)/include \
Expand Down

0 comments on commit a817b49

Please sign in to comment.