diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6ba9848..6dc634e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,9 @@ opdir = $(datadir)/vyatta-op/templates xsldir = @XSLDIR@ -bin_sudo_usersdir = $(bindir)/sudo-users - xsl_DATA = -bin_sudo_users_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl +bin_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl xsl_DATA += src/xsl/show_firewall_detail.xsl xsl_DATA += src/xsl/show_firewall_statistics_brief.xsl |