]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile.am: fix for testlibrbdpp
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Tue, 1 Mar 2011 23:01:03 +0000 (15:01 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Tue, 1 Mar 2011 23:01:03 +0000 (15:01 -0800)
src/Makefile.am

index b42bdfb7601b4be1797815e5e31b4c5d5e96e992..88cf8d2af6f8d0c6e4ccb772fc3901d31fd0509f 100644 (file)
@@ -274,7 +274,7 @@ testlibrbd_SOURCES = testlibrbd.c
 testlibrbd_LDADD = librbd.la librados.la libcrush.la -lpthread -lm \
                   $(CRYPTOPP_LIBS) $(EXTRALIBS)
 testlibrbdpp_SOURCES = testlibrbdpp.cc
-testlibrbdpp_LDADD = librbd.la libcrush.la -lpthread -lm \
+testlibrbdpp_LDADD = librbd.la librados.la libcrush.la -lpthread -lm \
                     $(CRYPTOPP_LIBS) $(EXTRALIBS)
 bin_PROGRAMS += testlibrbd testlibrbdpp
 endif