mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
configure: conditional creation of Makefiles in test subdir.
This commit is contained in:
parent
38b338d1d6
commit
ee9f3ebc59
@ -278,14 +278,17 @@ AC_CONFIG_FILES([\
|
||||
doc/Makefile \
|
||||
src/Makefile \
|
||||
others/Makefile \
|
||||
test/Makefile \
|
||||
test/benchmark/Makefile \
|
||||
test/fuzzer/Makefile \
|
||||
examples/Makefile \
|
||||
examples/simple_example_using_c/Makefile \
|
||||
examples/multiprocess_c/Makefile \
|
||||
])
|
||||
|
||||
AM_COND_IF([TEST_UTILITIES],
|
||||
[AC_CONFIG_FILES([test/Makefile test/benchmark/Makefile])])
|
||||
|
||||
AM_COND_IF([AFL_FUZZER],
|
||||
[AC_CONFIG_FILES([test/fuzzer/Makefile])])
|
||||
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user