From: Greg Farnum Date: Tue, 5 Feb 2013 19:30:39 +0000 (-0800) Subject: mds: build dencoder with more stuff X-Git-Tag: v0.58~100^2~50 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=90d93d9431e49be242a70cf18018d03726ecb670;p=ceph.git mds: build dencoder with more stuff Add libosdc and perfglue/disabled_heap_profiler to the dencoder, because those are required for the MDS stuff we're about to start putting in. *sigh* Signed-off-by: Greg Farnum --- diff --git a/src/Makefile.am b/src/Makefile.am index 6aae8d1f9dd..ad1b5dab64e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -128,9 +128,9 @@ bin_PROGRAMS += monmaptool crushtool osdmaptool rgw_dencoder_src = rgw/rgw_dencoder.cc \ rgw/rgw_acl.cc -ceph_dencoder_SOURCES = test/encoding/ceph_dencoder.cc ${rgw_dencoder_src} +ceph_dencoder_SOURCES = test/encoding/ceph_dencoder.cc ${rgw_dencoder_src} perfglue/disabled_heap_profiler.cc ceph_dencoder_CXXFLAGS = ${AM_CXXFLAGS} -ceph_dencoder_LDADD = $(LIBGLOBAL_LDA) libcls_lock_client.a libcls_rgw_client.a libosd.a libmds.a $(LIBOS_LDA) libmon.a +ceph_dencoder_LDADD = $(LIBGLOBAL_LDA) libcls_lock_client.a libcls_rgw_client.a libosd.a libmds.a libosdc.la $(LIBOS_LDA) libmon.a bin_PROGRAMS += ceph-dencoder mount_ceph_SOURCES = mount/mount.ceph.c common/armor.c common/safe_io.c common/secret.c include/addr_parsing.c