mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Makes DebugLogs optional by compilation flag
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
|
||||
if WITH_YAJL
|
||||
WITH_TESTS = tests
|
||||
if TEST_UTILITIES
|
||||
export MAYBE_TEST = test
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
doc \
|
||||
examples \
|
||||
$(WITH_TESTS)
|
||||
$(MAYBE_TEST)
|
||||
|
||||
|
||||
# make clean
|
||||
|
Reference in New Issue
Block a user