From 14ee192ae8ef22ebb99fcf0c01e2930b420fca49 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 22 May 2009 09:40:32 -0700 Subject: [PATCH] make: fix libtestclass.so name --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f1f40cc720d0b..9ccbff82bbc1c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.39.5