mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +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 \
|
test/fuzzer/Makefile \
|
||||||
examples/Makefile \
|
examples/Makefile \
|
||||||
examples/simple_example_using_c/Makefile \
|
examples/simple_example_using_c/Makefile \
|
||||||
examples/multithread_c/Makefile \
|
examples/multiprocess_c/Makefile \
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I build
|
|||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
simple_example_using_c \
|
simple_example_using_c \
|
||||||
multithread_c
|
multiprocess_c
|
||||||
|
|
||||||
# make clean
|
# make clean
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user