]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
build: install app-layer-events.rules
authorEric Leblond <eric@regit.org>
Tue, 1 Mar 2016 08:12:53 +0000 (09:12 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 2 Mar 2016 13:10:00 +0000 (14:10 +0100)
Makefile.am

index 4bcc70f7ec0dcc2fcaa9f57b3aaa60a840a26eac..55c93e61f0cf2de2150f015b6d698bb1ed0fe76a 100644 (file)
@@ -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 ""