mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Fixed install and dist targets after 3ee7b24
This commit is contained in:
parent
3ee7b24928
commit
1b28776814
@ -4,7 +4,8 @@ BUILT_SOURCES= \
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libmodsecurity.la
|
lib_LTLIBRARIES = libmodsecurity.la
|
||||||
libmodsecurity_ladir = $(prefix)/include
|
libmodsecurity_ladir = $(prefix)/include
|
||||||
libmodsecurity_includesubdir = $(pkgincludedir)/collection/
|
libmodsecurity_includesub_collectiondir = $(pkgincludedir)/collection/
|
||||||
|
libmodsecurity_includesub_actionsdir = $(pkgincludedir)/actions/
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
location.hh \
|
location.hh \
|
||||||
@ -34,12 +35,16 @@ pkginclude_HEADERS = \
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
libmodsecurity_includesub_HEADERS = \
|
libmodsecurity_includesub_collection_HEADERS = \
|
||||||
../headers/modsecurity/collection/collection.h \
|
../headers/modsecurity/collection/collection.h \
|
||||||
../headers/modsecurity/collection/collections.h \
|
../headers/modsecurity/collection/collections.h \
|
||||||
../headers/modsecurity/collection/variable.h
|
../headers/modsecurity/collection/variable.h
|
||||||
|
|
||||||
|
|
||||||
|
libmodsecurity_includesub_actions_HEADERS = \
|
||||||
|
../headers/modsecurity/actions/action.h
|
||||||
|
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
actions/*.h \
|
actions/*.h \
|
||||||
actions/transformations/*.h \
|
actions/transformations/*.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user