From: Yehuda Sadeh Date: Mon, 21 Mar 2011 21:14:38 +0000 (-0700) Subject: Merge branch 'master' into rgw X-Git-Tag: v0.26~76^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=44cf2820387f44decaac1b51e6087787e0e668bf;p=ceph.git Merge branch 'master' into rgw Conflicts: debian/control --- 44cf2820387f44decaac1b51e6087787e0e668bf diff --cc debian/control index 7ad94c76e83,7fb54e0685b..b6f0cf78b33 --- a/debian/control +++ b/debian/control @@@ -6,7 -6,7 +6,7 @@@ Vcs-Git: git://ceph.newdream.net/git/ce Vcs-Browser: http://ceph.newdream.net/git/?p=ceph.git;a=summary Maintainer: Laszlo Boszormenyi (GCS) Uploaders: Sage Weil - Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, cdbs, libfuse-dev, libboost-dev, libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev, pkg-config, libgtkmm-2.4-dev, python, python-dev, libcurl4-gnutls-dev -Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev, libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libgtkmm-2.4-dev, python, python-dev ++Build-Depends: debhelper (>= 6.0.7~), autotools-dev, autoconf, automake, libfuse-dev, libboost-dev, libedit-dev, libcrypto++-dev, libtool, libexpat1-dev, libfcgi-dev, libatomic-ops-dev, libgoogle-perftools-dev [i386 amd64], pkg-config, libgtkmm-2.4-dev, python, python-dev, libcurl4-gnutls-dev Standards-Version: 3.9.1 Package: ceph diff --cc src/Makefile.am index f830d6b15a0,b944b310dea..52367644a10 --- a/src/Makefile.am +++ b/src/Makefile.am @@@ -293,18 -293,10 +293,18 @@@ libradosgw_a_SOURCES = rgw/rgw_access.cc \ rgw/rgw_op.cc \ rgw/rgw_rest.cc \ - rgw/rgw_common.cc + rgw/rgw_rest_os.cc \ + rgw/rgw_rest_s3.cc \ + rgw/rgw_common.cc \ + rgw/rgw_cache.cc \ + rgw/rgw_os.cc \ + rgw/rgw_os_auth.cc \ + rgw/rgw_formats.cc \ + rgw/rgw_log.cc + libradosgw_a_CFLAGS = ${AM_CFLAGS} libradosgw_a_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS} - libradosgw_a_LDFLAGS = ${CRYPTO_LDFLAGS} ${AM_LDFLAGS} + #libradosgw_a_LDFLAGS = ${CRYPTO_LDFLAGS} ${AM_LDFLAGS} # lib_LTLIBRARIES += libradosgw.a radosgw_SOURCES = rgw/rgw_main.cc