From: Sage Weil Date: Sun, 14 Jul 2013 23:24:46 +0000 (-0700) Subject: Makefile: cls_rgw needs cls_rgw_types linked in now too X-Git-Tag: v0.67-rc1~71^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9baa66801ab02854c344eb2fd1a8da8c5806125b;p=ceph.git Makefile: cls_rgw needs cls_rgw_types linked in now too Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index 88f2bdc62a5f..307abf2f9653 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -605,6 +605,7 @@ radoslib_LTLIBRARIES += libcls_replica_log.la libcls_rgw_la_SOURCES = \ cls/rgw/cls_rgw.cc \ cls/rgw/cls_rgw_ops.cc \ + cls/rgw/cls_rgw_types.cc \ common/ceph_json.cc \ json_spirit/json_spirit_reader.cpp \ json_spirit/json_spirit_writer.cpp \