From 165079de10e56af34a7591e0ec37694e8b03f4de Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 29 Jan 2016 10:39:59 -0800 Subject: [PATCH] {rgw,common}/Makefile.am: add a few more missing .h files Signed-off-by: Yehuda Sadeh Signed-off-by: Matt Benjamin --- src/common/Makefile.am | 2 ++ src/rgw/Makefile.am | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/common/Makefile.am b/src/common/Makefile.am index cd5db220f8dbc..dcb3589542979 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 25019f5bfca6f..775ee986c3d6b 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 \ -- 2.39.5