From: Eric Leblond Date: Tue, 1 Mar 2016 08:12:53 +0000 (+0100) Subject: build: install app-layer-events.rules X-Git-Tag: suricata-3.0.1RC1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50ad1ce3071a4bfd428db4992f4f5e5a92ec9424;p=thirdparty%2Fsuricata.git build: install app-layer-events.rules --- diff --git a/Makefile.am b/Makefile.am index 4bcc70f7ec..55c93e61f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ endif @test -e "$(DESTDIR)$(e_sysconfrulesdir)http-events.rules" || install -m 600 "$(top_srcdir)/rules/http-events.rules" "$(DESTDIR)$(e_sysconfrulesdir)" @test -e "$(DESTDIR)$(e_sysconfrulesdir)dns-events.rules" || install -m 600 "$(top_srcdir)/rules/dns-events.rules" "$(DESTDIR)$(e_sysconfrulesdir)" @test -e "$(DESTDIR)$(e_sysconfrulesdir)modbus-events.rules" || install -m 600 "$(top_srcdir)/rules/modbus-events.rules" "$(DESTDIR)$(e_sysconfrulesdir)" + @test -e "$(DESTDIR)$(e_sysconfrulesdir)app-layer-events.rules" || install -m 600 "$(top_srcdir)/rules/app-layer-events.rules" "$(DESTDIR)$(e_sysconfrulesdir)" @echo "" @echo "You can now start suricata by running as root something like '$(DESTDIR)$(bindir)/suricata -c $(DESTDIR)$(e_sysconfdir)/suricata.yaml -i eth0'." @echo ""