]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosstriper : Fixed broken Makefiles after integration of lttng 6322/head
authorSebastien Ponce <sebastien.ponce@cern.ch>
Tue, 20 Oct 2015 07:22:16 +0000 (09:22 +0200)
committerSebastien Ponce <sebastien.ponce@cern.ch>
Thu, 22 Oct 2015 07:03:52 +0000 (09:03 +0200)
Fixes: #13210, backport of #6322 into hammer
Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/libradosstriper/Makefile.am

index bd4c1d159550555d9af3ac3c8a84bd163033a85c..b98fa4a15f68944028ca51beea19e87b290f0681 100644 (file)
@@ -10,8 +10,8 @@ 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_DEPS)
-libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS)
+LIBRADOSSTRIPER_DEPS = librados_internal.la libcls_lock_client.la $(LIBOSDC) $(LIBCOMMON)
+libradosstriper_la_LIBADD = $(LIBRADOSSTRIPER_DEPS) $(LIBRADOS)
 libradosstriper_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0
 if LINUX
 libradosstriper_la_LDFLAGS += -export-symbols-regex '^radosstriper_.*'