diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-04 21:40:41 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-04 22:00:41 +0000 |
commit | d145e830c27ba601d27b6130e54accce65186dda (patch) | |
tree | 9e1cfd5dbbd280e5c67c83307d1143a937f896a9 /Makefile.am | |
parent | dd17f6db97ad7e7f58e371e4b6f3ca5eceb4f3a0 (diff) | |
download | vyatta-cfg-vpn-d145e830c27ba601d27b6130e54accce65186dda.tar.gz vyatta-cfg-vpn-d145e830c27ba601d27b6130e54accce65186dda.zip |
vyatta-cfg-vpn: move scripts/vtiIntf.pm to lib/Vyatta/VPN/vtiIntf.pm
Move vtiIntf.pm to a more logical place, in line with all the other
packages.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d315d3b..10f0352 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ sbin_cfgvti = src/cfgvti.c bin_sudo_users_SCRIPTS = scripts/vyatta-ipsec-dhcp.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm -share_perl5_DATA += scripts/vtiIntf.pm +share_perl5_DATA += lib/Vyatta/VPN/vtiIntf.pm logrotate_DATA = etc/logrotate.d/vyatta-ipsec-logs |