HBASE-8005 DemoClient.cpp can not be built correctly

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1461177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-03-26 15:12:24 +00:00
parent 4781357ef3
commit 130d95e78d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ GEN_SRC = ./gen-cpp/Hbase.cpp \
default: DemoClient
DemoClient: DemoClient.cpp
g++ -o DemoClient -I${THRIFT_DIR} -I./gen-cpp -L${LIB_DIR} -Wl,-rpath,${LIB_DIR} -lthrift DemoClient.cpp ${GEN_SRC}
g++ -o DemoClient -I${THRIFT_DIR} -I./gen-cpp -L${LIB_DIR} -Wl,-rpath,${LIB_DIR} DemoClient.cpp ${GEN_SRC} -lthrift
clean:
rm -rf DemoClient