summaryrefslogtreecommitdiffstats
path: root/src/libradosstriper
diff options
context:
space:
mode:
authorJason Dillaman <dillaman@redhat.com>2014-11-15 12:00:30 +0100
committerJason Dillaman <dillaman@redhat.com>2014-11-26 22:53:46 +0100
commitdbb5a48e4adb17f75994257d0c233e9a9ccbaec0 (patch)
tree849dab2a489a6ff0df5b7d156ce9b302784de053 /src/libradosstriper
parentMerge pull request #2936 from ceph/wip-mailmap (diff)
downloadceph-dbb5a48e4adb17f75994257d0c233e9a9ccbaec0.tar.xz
ceph-dbb5a48e4adb17f75994257d0c233e9a9ccbaec0.zip
librados: Only public API symbols from the shared library
The librados shared library was previously exporting all symbols. librados public API methods are now explicitly exported and all other symbols are hidden. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'src/libradosstriper')
-rw-r--r--src/libradosstriper/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libradosstriper/Makefile.am b/src/libradosstriper/Makefile.am
index e88f594785e..ad0ebb56b33 100644
--- a/src/libradosstriper/Makefile.am
+++ b/src/libradosstriper/Makefile.am
@@ -6,7 +6,7 @@ libradosstriper_la_SOURCES = \
# We need this to avoid basename conflicts with the libradosstriper build tests in test/Makefile.am
libradosstriper_la_CXXFLAGS = ${AM_CXXFLAGS}
-LIBRADOSSTRIPER_DEPS = $(LIBRADOS)
+LIBRADOSSTRIPER_DEPS = $(LIBRADOS_DEPS)
libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS)
libradosstriper_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0
if LINUX