diff options
author | Daniil Baturin <daniil@baturin.org> | 2010-11-16 09:27:23 +0600 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-11-18 12:07:46 -0800 |
commit | b10c0f4e5d5fc4b435c559f7015e3875c069c98f (patch) | |
tree | 95cd70d8fba6dc36588fb10325303ffa86bd9e49 | |
parent | 5037f34c798daeab63554633528916103da99d18 (diff) | |
download | vyatta-cfg-quagga-b10c0f4e5d5fc4b435c559f7015e3875c069c98f.tar.gz vyatta-cfg-quagga-b10c0f4e5d5fc4b435c559f7015e3875c069c98f.zip |
Modified automake rules to consider vyatta-ospfv3.pl
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f6c04a85..1ac56f69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl sbin_SCRIPTS += scripts/vyatta-link-detect +sbin_SCRIPTS += scripts/ospfv3/vyatta-ospfv3.pl sbin_PROGRAMS = src/check_prefix_boundary |