From: Kefu Chai Date: Mon, 11 May 2015 15:52:36 +0000 (-0700) Subject: mon: fix the FTBFS X-Git-Tag: v9.0.2~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4645%2Fhead;p=ceph.git mon: fix the FTBFS put the messages/MMonMetadata.h into the dist tarball. Fixes: #10904 Signed-off-by: Kefu Chai --- diff --git a/src/messages/Makefile.am b/src/messages/Makefile.am index 5e962ce7f87b..d3f0251a81b0 100644 --- a/src/messages/Makefile.am +++ b/src/messages/Makefile.am @@ -65,6 +65,7 @@ noinst_HEADERS += \ messages/MMonHealth.h \ messages/MMonJoin.h \ messages/MMonMap.h \ + messages/MMonMetadata.h \ messages/MMonPaxos.h \ messages/MMonProbe.h \ messages/MMonScrub.h \