mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
exclude build-time required headers from install target
This commit is contained in:
parent
2aa1d14477
commit
063850a4cb
@ -5,7 +5,7 @@ libinjection_la_SOURCES = \
|
||||
libinjection/src/libinjection_sqli.c \
|
||||
libinjection/src/libinjection_xss.c
|
||||
|
||||
pkginclude_HEADERS = libinjection/src/libinjection.h \
|
||||
noinst_HEADERS = libinjection/src/libinjection.h \
|
||||
libinjection/src/libinjection_html5.h \
|
||||
libinjection/src/libinjection_sqli.h \
|
||||
libinjection/src/libinjection_sqli_data.h \
|
||||
|
@ -41,7 +41,16 @@ pkginclude_HEADERS = \
|
||||
../headers/modsecurity/modsecurity.h \
|
||||
../headers/modsecurity/rule.h \
|
||||
../headers/modsecurity/rules.h \
|
||||
../headers/modsecurity/rules_properties.h \
|
||||
../headers/modsecurity/rules_properties.h
|
||||
|
||||
|
||||
libmodsecurity_includesub_HEADERS = \
|
||||
../headers/modsecurity/collection/collection.h \
|
||||
../headers/modsecurity/collection/collections.h \
|
||||
../headers/modsecurity/collection/variable.h
|
||||
|
||||
|
||||
noinst_HEADERS = \
|
||||
actions/*.h \
|
||||
actions/transformations/*.h \
|
||||
audit_log/*.h \
|
||||
@ -57,14 +66,6 @@ pkginclude_HEADERS = \
|
||||
*.h
|
||||
|
||||
|
||||
libmodsecurity_includesub_HEADERS = \
|
||||
../headers/modsecurity/collection/collection.h \
|
||||
../headers/modsecurity/collection/collections.h \
|
||||
../headers/modsecurity/collection/variable.h
|
||||
|
||||
|
||||
|
||||
|
||||
VARIABLES = \
|
||||
variables/duration.cc \
|
||||
variables/env.cc \
|
||||
|
@ -28,7 +28,7 @@ unit_tests_SOURCES = \
|
||||
unit/unit.cc \
|
||||
unit/unit_test.cc
|
||||
|
||||
pkginclude_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
common/modsecurity_test.cc \
|
||||
common/*.h \
|
||||
unit/*.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user