diff options
author | Samuel Just <sam.just@inktank.com> | 2013-05-30 22:39:12 -0700 |
---|---|---|
committer | Samuel Just <sam.just@inktank.com> | 2013-05-30 22:39:12 -0700 |
commit | fbf5a242d91e293e4e24fbb94e31e163374c7912 (patch) | |
tree | b169d33bf7c5f08bba58903379a0ac681f265e1a /src/Makefile.am | |
parent | f4eddd7be92efa2f2935f97237964c2252f9023f (diff) | |
parent | ec7731f737bcd061d4d1189c391ccff2661ca7ee (diff) | |
download | ceph-fbf5a242d91e293e4e24fbb94e31e163374c7912.tar.gz |
Merge branch 'wip-5046'
Reviewed-by: Samuel Just <sam.just@inktank.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5e176874b11..ad80eac4a74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1497,6 +1497,7 @@ noinst_LIBRARIES += libos.a libosd_a_SOURCES = \ osd/PG.cc \ + osd/PGLog.cc \ osd/ReplicatedPG.cc \ osd/Ager.cc \ osd/OSD.cc \ @@ -1993,6 +1994,7 @@ noinst_HEADERS = \ osd/OpRequest.h\ osd/SnapMapper.h\ osd/PG.h\ + osd/PGLog.h\ osd/ReplicatedPG.h\ osd/Watch.h\ osd/osd_types.h\ |