I renamed MAINTAINERS to MAINTAINERS.md, but forgot to update Makefile.am to reflect the new name.
Signed-off-by: Russell Bryant <russ...@ovn.org> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I already pushed this to master since it was a trivial fix for something that broke the build for everyone. Sorry about that. diff --git a/Makefile.am b/Makefile.am index e4b5772..438b78c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,7 @@ docs = \ INSTALL.userspace.md \ INSTALL.Windows.md \ IntegrationGuide.md \ - MAINTAINERS \ + MAINTAINERS.md \ OPENFLOW-1.1+.md \ PORTING.md \ README.md \ -- 2.5.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev