diff options
author | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 17:44:36 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh@vyatta.com> | 2012-05-16 17:44:36 -0700 |
commit | 2403afbb9b6b58877b6b8a8ae932ff06827be026 (patch) | |
tree | 30c974d191f20041eb952a7460ec278c9fc7ae4f /Makefile.am | |
parent | e46d2937711e4fec4c09191cbdbbd9149206eb6d (diff) | |
download | vyatta-cfg-vpn-2403afbb9b6b58877b6b8a8ae932ff06827be026.tar.gz vyatta-cfg-vpn-2403afbb9b6b58877b6b8a8ae932ff06827be026.zip |
Vti config support.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ca5db1a..f3c732d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ sbin_SCRIPTS = sbin_SCRIPTS += scripts/vpn-config.pl sbin_SCRIPTS += scripts/vyatta-vpn-ppp-updown.pl sbin_SCRIPTS += scripts/is_valid_address.pl +sbin_SCRIPTS += scripts/vyatta-vti-config.pl bin_sudo_users_SCRIPTS = scripts/vyatta-ipsec-dhcp.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm |