]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
{rgw,common}/Makefile.am: add a few more missing .h files
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 29 Jan 2016 18:39:59 +0000 (10:39 -0800)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:08:23 +0000 (12:08 -0500)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/common/Makefile.am
src/rgw/Makefile.am

index cd5db220f8dbca55cd10d43e56cbb056b525f67a..dcb3589542979023215f46fe7eb3eec1138e3b3f 100644 (file)
@@ -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
 
 
index 25019f5bfca6f1b752857c4c040b74fc52140ac6..775ee986c3d6b8e63c26f964a4a8ece66657883b 100644 (file)
@@ -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 \