From: Sage Weil Date: Mon, 18 Mar 2013 23:18:46 +0000 (-0700) Subject: Makefile: fix header name X-Git-Tag: v0.60~41 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6774290ea0608111119449ce722c4eb4359cc872;p=ceph.git Makefile: fix header name Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index f8593e5bf3ff..f3311c8c590f 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\