mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Fix pkginclude_HEADERS
This commit is contained in:
@@ -5,6 +5,7 @@ BUILT_SOURCES= \
|
|||||||
libmodsecuritydir = $(prefix)/lib
|
libmodsecuritydir = $(prefix)/lib
|
||||||
libmodsecurity_LTLIBRARIES = libmodsecurity.la
|
libmodsecurity_LTLIBRARIES = libmodsecurity.la
|
||||||
libmodsecurity_ladir = $(prefix)/include
|
libmodsecurity_ladir = $(prefix)/include
|
||||||
|
libmodsecurity_includesubdir = $(pkgincludedir)/transaction/
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
location.hh \
|
location.hh \
|
||||||
@@ -30,6 +31,15 @@ pkginclude_HEADERS = \
|
|||||||
../headers/modsecurity/rules_properties.h
|
../headers/modsecurity/rules_properties.h
|
||||||
|
|
||||||
|
|
||||||
|
libmodsecurity_includesub_HEADERS = \
|
||||||
|
../headers/modsecurity/transaction/collection.h \
|
||||||
|
../headers/modsecurity/transaction/collections.h \
|
||||||
|
../headers/modsecurity/transaction/variable.h \
|
||||||
|
../headers/modsecurity/transaction/variables.h
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
VARIABLES = \
|
VARIABLES = \
|
||||||
variables/duration.cc \
|
variables/duration.cc \
|
||||||
variables/env.cc \
|
variables/env.cc \
|
||||||
|
Reference in New Issue
Block a user