mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Makes YAJL dependency to be optional
This commit is contained in:
@@ -2,11 +2,16 @@
|
||||
ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
|
||||
if WITH_YAJL
|
||||
WITH_TESTS = tests
|
||||
endif
|
||||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
test \
|
||||
doc \
|
||||
examples
|
||||
examples \
|
||||
$(WITH_TESTS)
|
||||
|
||||
|
||||
# make clean
|
||||
CLEANFILES =
|
||||
|
Reference in New Issue
Block a user