]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: fix cls_refcount linkage
authorSage Weil <sage@inktank.com>
Sat, 13 Jul 2013 21:02:41 +0000 (14:02 -0700)
committerSage Weil <sage@inktank.com>
Sat, 13 Jul 2013 21:02:41 +0000 (14:02 -0700)
Broken by d0bee5d85c1c862639450bad69c0ad20a98ef5c9.

Fixes: #5622
Signed-off-by: Sage Weil <sage@inktank.com>
src/Makefile.am

index 6527f2a2da268411f48034f9b4ff5ed952cdaa93..401ada5c8ed6cef7a418114219ca549168191c4e 100644 (file)
@@ -552,7 +552,13 @@ libcls_lock_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0 -export-symbols-regex
 radoslib_LTLIBRARIES += libcls_lock.la
 
 # refcount class
-libcls_refcount_la_SOURCES = cls/refcount/cls_refcount.cc cls/refcount/cls_refcount_ops.cc
+libcls_refcount_la_SOURCES = \
+       cls/refcount/cls_refcount.cc \
+       cls/refcount/cls_refcount_ops.cc \
+       common/ceph_json.cc \
+       json_spirit/json_spirit_reader.cpp \
+       json_spirit/json_spirit_writer.cpp \
+       json_spirit/json_spirit_value.cpp
 libcls_refcount_la_CFLAGS = ${AM_CFLAGS}
 libcls_refcount_la_CXXFLAGS= ${AM_CXXFLAGS}
 libcls_refcount_la_LIBADD = $(PTHREAD_LIBS) $(EXTRALIBS)