diff options
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 659c659..c39220b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,9 +15,9 @@ xsl_DATA += src/xsl/show_vpn_ipsec_sa_statistics.xsl xsl_DATA += src/xsl/show_vpn_ipsec_sa.xsl xsl_DATA += src/xsl/show_vpn_ipsec_status.xsl -sbin_PROGRAMS = command_proc_show_vpn +bin_sudo_users_PROGRAMS = command_proc_show_vpn -sbin_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/show_vpn.pl +bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/vyatta-show-vpn.pl scripts/vyatta-show-vpn-debug.pl command_proc_show_vpn_SOURCES = src/command_proc_base.hh command_proc_show_vpn_SOURCES += src/command_proc_show_vpn.cc |