diff options
author | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-07-16 14:09:32 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-07-16 14:09:32 -0700 |
commit | f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7 (patch) | |
tree | cfd60add63211102af43d76d1b698e046db88cf0 /Makefile.am | |
parent | e353a74f6206c818de93f0ee8c3549c06e223c96 (diff) | |
download | vyatta-cfg-vpn-f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7.tar.gz vyatta-cfg-vpn-f6bf877bf5a90c342dcc8f4ce6a2fdd5e597c4d7.zip |
Workaround to setup vti ko and cleaner error message.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b657a9c..5c7bf36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,11 +8,17 @@ curverdir = $(sysconfdir)/config-migrate/current bin_sudo_usersdir = $(bindir)/sudo-users sbin_SCRIPTS = +sbin_PROGRAMS = 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 + +sbin_PROGRAMS += src/cfgvti + +sbin_cfgvti = src/cfgvti.c + bin_sudo_users_SCRIPTS = scripts/vyatta-ipsec-dhcp.pl share_perl5_DATA = lib/Vyatta/VPN/Util.pm |