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:
parent
4781357ef3
commit
130d95e78d
|
@ -28,7 +28,7 @@ GEN_SRC = ./gen-cpp/Hbase.cpp \
|
||||||
default: DemoClient
|
default: DemoClient
|
||||||
|
|
||||||
DemoClient: DemoClient.cpp
|
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:
|
clean:
|
||||||
rm -rf DemoClient
|
rm -rf DemoClient
|
||||||
|
|
Loading…
Reference in New Issue