From: Yehuda Sadeh Date: Fri, 29 Jan 2016 18:39:59 +0000 (-0800) Subject: {rgw,common}/Makefile.am: add a few more missing .h files X-Git-Tag: v10.1.0~382^2~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=165079de10e56af34a7591e0ec37694e8b03f4de;p=ceph.git {rgw,common}/Makefile.am: add a few more missing .h files Signed-off-by: Yehuda Sadeh Signed-off-by: Matt Benjamin --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index cd5db220f8db..dcb358954297 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -157,6 +157,8 @@ noinst_HEADERS += \ common/crc32c_intel_baseline.h \ common/crc32c_intel_fast.h \ common/crc32c_aarch64.h \ + common/cohort_lru.h \ + common/sstring.hh \ xxHash/xxhash.h diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index 25019f5bfca6..775ee986c3d6 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -161,8 +161,11 @@ noinst_HEADERS += \ rgw/rgw_cors_s3.h \ rgw/rgw_cors_swift.h \ rgw/rgw_string.h \ + rgw/rgw_file.h \ rgw/rgw_formats.h \ rgw/rgw_http_errors.h \ + rgw/rgw_lib.h \ + rgw/rgw_lib_frontend.h \ rgw/rgw_log.h \ rgw/rgw_loadgen.h \ rgw/rgw_process.h \ @@ -175,6 +178,7 @@ noinst_HEADERS += \ rgw/rgw_multi_del.h \ rgw/rgw_object_expirer_core.h \ rgw/rgw_op.h \ + rgw/rgw_os_lib.h \ rgw/rgw_orphan.h \ rgw/rgw_http_client.h \ rgw/rgw_swift.h \