diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:01:20 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-06 15:01:20 -0800 |
commit | 22f96c95a1f266460959d044ff10d196b02b6ed6 (patch) | |
tree | f4ef7674d4111b13f7114fea893a96e35b3f12d3 /Makefile.am | |
parent | d4952bc1550223dddcd1228d7335ce1fc380f739 (diff) | |
download | vyatta-cfg-quagga-22f96c95a1f266460959d044ff10d196b02b6ed6.tar.gz vyatta-cfg-quagga-22f96c95a1f266460959d044ff10d196b02b6ed6.zip |
Revert "need full path to linkdetect"
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it
included local changes as well as bug fix
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b9b5af3a..d0dd7885 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,6 @@ sbin_SCRIPTS += scripts/vyatta-policy-action-verify.pl sbin_SCRIPTS += scripts/vyatta-gateway-static_route-check.pl sbin_SCRIPTS += scripts/vyatta-link-detect -share_perl5dir = /opt/vyatta/share/perl5/Vyatta/Quagga -share_perl5_data = lib/Vyatta/Quagga/Daemons.pm - sbin_PROGRAMS = src/check_prefix_boundary src_check_prefix_boundary = src/check_prefix_boundary.c |