diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-17 20:27:11 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-10-17 20:27:11 -0700 |
commit | 70ad82f7cd762ddfd34534197ca1a4c1d7ee5b6c (patch) | |
tree | 45a2450617fb109d338a42c361bbc324e7db381d /Makefile.am | |
parent | 281fcfb8dad9b66f027c39476a05aa5eff89fce1 (diff) | |
download | vyatta-cfg-quagga-70ad82f7cd762ddfd34534197ca1a4c1d7ee5b6c.tar.gz vyatta-cfg-quagga-70ad82f7cd762ddfd34534197ca1a4c1d7ee5b6c.zip |
Add missing vyatta_quagga_utils.pl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 955226bc..f6966c4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ cfgdir = $(datadir)/vyatta-cfg/templates sbin_SCRIPTS = scripts/bgp/vyatta-bgp.pl sbin_SCRIPTS += scripts/policy/vyatta-policy.pl +sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |