diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-08-27 11:33:47 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-08-27 11:33:47 -0700 |
commit | 9001352855d4e3c52c0986bdbeb90682073ea91d (patch) | |
tree | 3f5e640720347e42c80a119f7a00fe6e3dd9a06f | |
parent | eac365dc5aaf88457d487fcd501164d246d7b548 (diff) | |
download | vyatta-cfg-quagga-9001352855d4e3c52c0986bdbeb90682073ea91d.tar.gz vyatta-cfg-quagga-9001352855d4e3c52c0986bdbeb90682073ea91d.zip |
add ospv3.pl to Makefile
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9dfe6451..a8d9c02d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ gentmpdir = generated-templates sbin_SCRIPTS = scripts/bgp/vyatta-bgp.pl sbin_SCRIPTS += scripts/policy/vyatta-policy.pl +sbin_SCRIPTS += scripts/ospfv3/vyatta-ospfv3.pl sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl |