]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
examples/librados: link c++ samples against libradospp
authorKefu Chai <kchai@redhat.com>
Thu, 8 Nov 2018 14:52:20 +0000 (06:52 -0800)
committerKefu Chai <kchai@redhat.com>
Thu, 8 Nov 2018 14:52:44 +0000 (06:52 -0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
examples/librados/Makefile

index fd61cb99803208c740c4616acd6b35f4fd74a80c..2254a1d56f88f3e840875f5534a1863b07d99758 100644 (file)
@@ -1,7 +1,7 @@
 
 CXX?=g++
 CXX_FLAGS?=-std=c++11 -Wno-unused-parameter -Wall -Wextra -Werror -g
-CXX_LIBS?=-lrados -lradosstriper
+CXX_LIBS?=-lradospp -lradosstriper
 CXX_INC?=$(LOCAL_LIBRADOS_INC)
 CXX_CC=$(CXX) $(CXX_FLAGS) $(CXX_INC) $(LOCAL_LIBRADOS)