mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix "make dist" after recent changes to parser
In particular, it is now possible to either build ModSecurity with pre-generated parser, or use "--enable-parser-generation" configure option to rebuild parser from sources.
This commit is contained in:
committed by
Felipe Zimmerle
parent
c290c73f9b
commit
85f98c8a66
@@ -15,7 +15,18 @@ libmodsecurity_includesub_collectiondir = $(pkgincludedir)/collection/
|
||||
libmodsecurity_includesub_actionsdir = $(pkgincludedir)/actions/
|
||||
|
||||
|
||||
EXTRA_DIST = $(CLEANFILES)
|
||||
# pregenerated parser + parser sources
|
||||
EXTRA_DIST = \
|
||||
parser/Makefile.am \
|
||||
parser/Makefile.in \
|
||||
parser/location.hh \
|
||||
parser/position.hh \
|
||||
parser/seclang-parser.cc \
|
||||
parser/seclang-parser.hh \
|
||||
parser/seclang-parser.yy \
|
||||
parser/seclang-scanner.cc \
|
||||
parser/seclang-scanner.ll \
|
||||
parser/stack.hh
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
Makefile.in \
|
||||
|
Reference in New Issue
Block a user