From 4e9ba44d034c7afdf23bacea948b3b9961f424dc Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 13 Feb 2020 09:16:35 -0300 Subject: [PATCH] build: Keep the installation of rules.h --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 84c283d2..d0b87f7f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,6 +43,7 @@ pkginclude_HEADERS = \ ../headers/modsecurity/modsecurity.h \ ../headers/modsecurity/rule.h \ ../headers/modsecurity/rule_message.h \ + ../headers/modsecurity/rules.h \ ../headers/modsecurity/rules_set.h \ ../headers/modsecurity/rules_exceptions.h \ ../headers/modsecurity/rules_properties.h \