mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56: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 \
|
doc/Makefile \
|
||||||
src/Makefile \
|
src/Makefile \
|
||||||
others/Makefile \
|
others/Makefile \
|
||||||
test/Makefile \
|
|
||||||
test/benchmark/Makefile \
|
|
||||||
test/fuzzer/Makefile \
|
|
||||||
examples/Makefile \
|
examples/Makefile \
|
||||||
examples/simple_example_using_c/Makefile \
|
examples/simple_example_using_c/Makefile \
|
||||||
examples/multiprocess_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])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user