Skip to content

Commit

Permalink
ovn: Fix broken build.
Browse files Browse the repository at this point in the history
Fixes the following error:

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

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Ethan Jackson <[email protected]>
  • Loading branch information
blp committed Jul 29, 2015
1 parent f05a84a commit 45759fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ovn/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45759fa

Please sign in to comment.