diff options
author | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-03-19 16:31:48 +0000 |
---|---|---|
committer | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-03-19 16:31:48 +0000 |
commit | 45843f7501e3fed9cbc472cd238c8a78213a097a (patch) | |
tree | b3daee9361669908e0e0a3639014304171f86b8f | |
parent | 167451912272c950dc7a33222f549de01f585192 (diff) | |
download | ceph-45843f7501e3fed9cbc472cd238c8a78213a097a.tar.gz |
Makefile.am: fix misspelt header name
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f3311c8c590..b85452d26b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1854,13 +1854,13 @@ noinst_HEADERS = \ mon/Elector.h\ mon/LogMonitor.h\ mon/HealthMonitor.h\ + mon/HealthService.h\ mon/MDSMonitor.h\ mon/MonmapMonitor.h\ mon/MonCaps.h\ mon/MonClient.h\ mon/MonMap.h\ mon/Monitor.h\ - mon/MonitorHealthService.h\ mon/MonitorStore.h\ mon/MonitorDBStore.h\ mon/OSDMonitor.h\ |