]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
make: fix libtestclass.so name
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 22 May 2009 16:40:32 +0000 (09:40 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 22 May 2009 16:40:32 +0000 (09:40 -0700)
src/Makefile.am

index f1f40cc720d0bf121b00f5a85b0a605951a88da1..9ccbff82bbc1c123dec8586167f8ac247b8cf0db 100644 (file)
@@ -120,7 +120,7 @@ testradospp_LDADD = librados.la libcrush.la
 ## object classes
 
 libtestclass.so: testclass.cc
-       ${CXX} -fPIC -shared -g -o testclass.so testclass.cc
+       ${CXX} -fPIC -shared -g -o libtestclass.so testclass.cc
 BUILT_SOURCES += libtestclass.so