summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-01-29 19:50:07 -0500
committerRussell Bryant <russell@ovn.org>2016-01-29 19:50:07 -0500
commit13ad56a0aa156107a0284f4a2a3d4e3ae117fbf9 (patch)
tree4fad681b1faa24b53db7f625300132f00f1e6292 /Makefile.am
parentfa20477465538a9789343b2d12cca16a9ca5b237 (diff)
downloadopenvswitch-13ad56a0aa156107a0284f4a2a3d4e3ae117fbf9.tar.gz
build: Fix for rename of MAINTAINERS file.
I renamed MAINTAINERS to MAINTAINERS.md, but forgot to update Makefile.am to reflect the new name. Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e4b57724a..438b78c9f 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 \