diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-04-26 10:58:51 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-04-26 10:58:51 -0700 |
commit | 492a1b10e5921d3814eb9ef9a741899ffb6f0a6c (patch) | |
tree | 0928ce2e09b73d7ad799ce78e49089e70787a90d /Makefile.am | |
parent | 6c647cde4aa18d39c9a9cfb643b5f81bfc5a7c21 (diff) | |
parent | be583e255cfcc787944ebf9a9a73bda7a8e064f3 (diff) | |
download | vyatta-cfg-quagga-492a1b10e5921d3814eb9ef9a741899ffb6f0a6c.tar.gz vyatta-cfg-quagga-492a1b10e5921d3814eb9ef9a741899ffb6f0a6c.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3f4f0328..82880874 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,6 @@ sbin_SCRIPTS += scripts/policy/vyatta-policy.pl sbin_SCRIPTS += scripts/vyatta_quagga_utils.pl sbin_SCRIPTS += scripts/policy/vyatta-check-as-prepend.pl sbin_SCRIPTS += scripts/vyatta-vtysh.pl -sbin_SCRIPTS += scripts/vyatta-linkstatus.pl sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ |