From 8f166505953172bef0e3d93ac542043f64c09ac3 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Wed, 7 Dec 2016 12:43:54 +0300 Subject: [PATCH] Fix install and dist targets after 768cc74f, 9733cacd, bfc30dad --- others/Makefile.am | 10 +++++++--- src/Makefile.am | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/others/Makefile.am b/others/Makefile.am index 24000e8a..7501d558 100644 --- a/others/Makefile.am +++ b/others/Makefile.am @@ -10,9 +10,13 @@ noinst_HEADERS = \ libinjection/src/libinjection_html5.h \ libinjection/src/libinjection_sqli.h \ libinjection/src/libinjection_sqli_data.h \ - libinjection/src/libinjection_xss.h - - + libinjection/src/libinjection_xss.h \ + mbedtls/base64.h \ + mbedtls/check_config.h \ + mbedtls/mbed-tls-config.h \ + mbedtls/md5.h \ + mbedtls/platform.h \ + mbedtls/sha1.h libmbedtls_la_SOURCES = \ mbedtls/base64.c \ diff --git a/src/Makefile.am b/src/Makefile.am index 123b05a2..5164f5fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ pkginclude_HEADERS = \ ../headers/modsecurity/intervention.h \ ../headers/modsecurity/modsecurity.h \ ../headers/modsecurity/rule.h \ + ../headers/modsecurity/rule_message.h \ ../headers/modsecurity/rules.h \ ../headers/modsecurity/rules_properties.h \ ../headers/modsecurity/rules_exceptions.h @@ -47,6 +48,9 @@ libmodsecurity_includesub_actions_HEADERS = \ noinst_HEADERS = \ actions/*.h \ + actions/ctl/*.h \ + actions/data/*.h \ + actions/disruptive/*.h \ actions/transformations/*.h \ audit_log/*.h \ audit_log/writer/*.h \