Adds support to the multithread example

This commit is contained in:
Felipe Zimmerle
2016-04-26 17:52:59 -03:00
parent 1539a8c3ef
commit ff165a4035
5 changed files with 401 additions and 1 deletions

View File

@@ -275,6 +275,7 @@ AC_CONFIG_FILES([\
test/fuzzer/Makefile \
examples/Makefile \
examples/simple_example_using_c/Makefile \
examples/multithread_c/Makefile \
])
AC_CONFIG_HEADERS([src/config.h])