Renames examples/multithread_c to multiprocess_c

This commit is contained in:
Felipe Zimmerle 2016-07-07 09:41:32 -03:00
parent cd5a116ca6
commit 20689145dd
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277
5 changed files with 2 additions and 2 deletions

View File

@ -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])

View File

@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I build
SUBDIRS = \
simple_example_using_c \
multithread_c
multiprocess_c
# make clean
CLEANFILES =