mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds configure option to [disa|ena]ble the library examples
This commit is contained in:
@@ -3,11 +3,16 @@ if TEST_UTILITIES
|
||||
export MAYBE_TEST = test
|
||||
endif
|
||||
|
||||
if EXAMPLES
|
||||
export MAYBE_EXAMPLES = examples
|
||||
endif
|
||||
|
||||
|
||||
SUBDIRS = \
|
||||
others \
|
||||
src \
|
||||
doc \
|
||||
examples \
|
||||
$(MAYBE_EXAMPLES) \
|
||||
$(MAYBE_TEST)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user