Fixes the following error:

    The following files are in git but not the distribution:
    ovn/OVN-GW-HA.md

CC: Ethan Jackson <et...@nicira.com>
Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 ovn/automake.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovn/automake.mk b/ovn/automake.mk
index 459ee36..1170a0b 100644
--- a/ovn/automake.mk
+++ b/ovn/automake.mk
@@ -72,7 +72,8 @@ DISTCLEANFILES += ovn/ovn-nbctl.8 ovn/ovn-architecture.7
 
 EXTRA_DIST += \
        ovn/TODO \
-       ovn/CONTAINERS.OpenStack.md
+       ovn/CONTAINERS.OpenStack.md \
+       ovn/OVN-GW-HA.md
 
 # ovn-nbctl
 bin_PROGRAMS += ovn/ovn-nbctl
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to