diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-21 08:21:53 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-11-21 08:21:53 -0800 |
commit | 5021e2073b50f3f2022d19c07870b11604548689 (patch) | |
tree | 9860b66c0b508d3f7f0a80954dbd18a378f99418 /Makefile.am | |
parent | 081b37958049ed703dce5f4c7a9c39bcbf3f4a4a (diff) | |
download | vyatta-cfg-system-5021e2073b50f3f2022d19c07870b11604548689.tar.gz vyatta-cfg-system-5021e2073b50f3f2022d19c07870b11604548689.zip |
Rename VyattaKeepalived to Vyatta::Keepalived
Use directory hierarchy in perl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0d574833..e487007f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ cfgdir = $(datadir)/vyatta-cfg/templates -share_perl5dir = $(datarootdir)/perl5 +share_perl5dir = $(datarootdir)/perl5/Vyatta libudevdir = /lib/udev etcudevdir = /etc/udev bin_sudo_usersdir = $(bindir)/sudo-users @@ -43,7 +43,7 @@ sbin_SCRIPTS += scripts/vyatta-raid-event noinst_DATA = test_bootfile -share_perl5_DATA = scripts/keepalived/VyattaKeepalived.pm +share_perl5_DATA = lib/Vyatta/Keepalived.pm bin_sudo_users_SCRIPTS = scripts/keepalived/vyatta-clear-vrrp.pl bin_sudo_users_SCRIPTS += scripts/keepalived/vyatta-show-vrrp.pl |