From 6774290ea0608111119449ce722c4eb4359cc872 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Mar 2013 16:18:46 -0700 Subject: [PATCH] Makefile: fix header name Signed-off-by: Sage Weil --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index f8593e5bf3fff..f3311c8c590f4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1850,7 +1850,7 @@ noinst_HEADERS = \ messages/MWatchNotify.h\ messages/PaxosServiceMessage.h\ mon/AuthMonitor.h\ - mon/DataHealthMonitor.h\ + mon/DataHealthService.h\ mon/Elector.h\ mon/LogMonitor.h\ mon/HealthMonitor.h\ -- 2.39.5