diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-05 10:22:06 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-12-05 10:22:06 -0800 |
commit | d4952bc1550223dddcd1228d7335ce1fc380f739 (patch) | |
tree | a8f762819ddbc5f0571212579a7fdec637c499ca /Makefile.am | |
parent | a25d6759be1eae79b1fdf679448ec9aaebb643b7 (diff) | |
download | vyatta-cfg-quagga-d4952bc1550223dddcd1228d7335ce1fc380f739.tar.gz vyatta-cfg-quagga-d4952bc1550223dddcd1228d7335ce1fc380f739.zip |
need full path to linkdetect
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d0dd7885..b9b5af3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,9 @@ 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 |