mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Mark libcls_kvs as a module
This was missed by the changes in commit 909a733fe7
Signed-off-by: James Page <james.page@ubuntu.com>
This commit is contained in:
parent
909a733fe7
commit
7ec21ed8cf
@ -1,6 +1,6 @@
|
||||
libcls_kvs_la_SOURCES = key_value_store/cls_kvs.cc
|
||||
libcls_kvs_la_LIBADD = $(PTHREAD_LIBS) $(EXTRALIBS)
|
||||
libcls_kvs_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0 -export-symbols-regex '.*__cls_.*'
|
||||
libcls_kvs_la_LDFLAGS = ${AM_LDFLAGS} -module -avoid-version -shared -export-symbols-regex '.*__cls_.*'
|
||||
radoslib_LTLIBRARIES += libcls_kvs.la
|
||||
|
||||
noinst_HEADERS += \
|
||||
|
Loading…
Reference in New Issue
Block a user