diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-06-29 16:17:59 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-06-29 20:39:00 -0700 |
commit | 064e92f000eb2a0cf57604e7d614510a2e016a34 (patch) | |
tree | 086b3b9f9e77e67e5d6bc75cd4221fb206fc1656 | |
parent | c2a56e524d232c62010e0e7683398504a34dd83c (diff) | |
download | ceph-064e92f000eb2a0cf57604e7d614510a2e016a34.tar.gz |
Makefile.am: some more makefile rules fixes
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d868f2a4eb4..28ebb833172 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1700,6 +1700,9 @@ noinst_HEADERS = \ cls/statelog/cls_statelog_types.h\ cls/statelog/cls_statelog_ops.h\ cls/statelog/cls_statelog_client.h\ + cls/replica_log/cls_replica_log_types.h\ + cls/replica_log/cls_replica_log_ops.h\ + cls/replica_log/cls_replica_log_client.h\ cls/rgw/cls_rgw_client.h\ cls/rgw/cls_rgw_ops.h\ cls/rgw/cls_rgw_types.h\ |