mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
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.
21 lines
324 B
Makefile
21 lines
324 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
|
|
SUBDIRS = \
|
|
simple_example_using_c \
|
|
multiprocess_c \
|
|
reading_logs_with_offset \
|
|
reading_logs_via_rule_message
|
|
|
|
pkginclude_HEADERS = \
|
|
reading_logs_via_rule_message/reading_logs_via_rule_message.h
|
|
|
|
# make clean
|
|
CLEANFILES =
|
|
|
|
# make maintainer-clean
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|
|
|