diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-14 13:08:55 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-14 13:08:55 -0800 |
commit | 5705741d4b523d0869d694ed320a333d3b87937d (patch) | |
tree | 053ada8342f6c8f0c5d4bdc335dea499328989bb /Makefile.am | |
parent | 6ea2c7979320d032c2213d271309d6026d57775b (diff) | |
download | vyatta-cfg-quagga-5705741d4b523d0869d694ed320a333d3b87937d.tar.gz vyatta-cfg-quagga-5705741d4b523d0869d694ed320a333d3b87937d.zip |
fix modification of config file interface sub-block
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b3db5d18..f893bf13 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,10 @@ sbin_SCRIPTS += scripts/keepalived/vyatta-keepalived.pl sbin_SCRIPTS += scripts/keepalived/vyatta-vrrp-state.pl sbin_SCRIPTS += scripts/keepalived/vyatta-show-vrrp.pl sbin_SCRIPTS += scripts/telnetd.init +sbin_SCRIPTS += scripts/add_bootfile_eth_hwid +sbin_SCRIPTS += scripts/mod_bootfile_eth_hwid + +noinst_DATA = test_bootfile share_perl5_DATA = scripts/keepalived/VyattaKeepalived.pm |