exclude build-time required headers from install target

This commit is contained in:
Andrei Belov
2016-07-06 09:03:02 +03:00
committed by Felipe Zimmerle
parent 2aa1d14477
commit 063850a4cb
3 changed files with 12 additions and 11 deletions

View File

@@ -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 \