mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Renames examples/multithread_c to multiprocess_c
This commit is contained in:
parent
cd5a116ca6
commit
20689145dd
@ -283,7 +283,7 @@ AC_CONFIG_FILES([\
|
||||
test/fuzzer/Makefile \
|
||||
examples/Makefile \
|
||||
examples/simple_example_using_c/Makefile \
|
||||
examples/multithread_c/Makefile \
|
||||
examples/multiprocess_c/Makefile \
|
||||
])
|
||||
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I build
|
||||
|
||||
SUBDIRS = \
|
||||
simple_example_using_c \
|
||||
multithread_c
|
||||
multiprocess_c
|
||||
|
||||
# make clean
|
||||
CLEANFILES =
|
||||
|
Loading…
x
Reference in New Issue
Block a user