diff options
Diffstat (limited to 'lib/libthr/thread/Makefile.inc')
-rw-r--r-- | lib/libthr/thread/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/thread/Makefile.inc b/lib/libthr/thread/Makefile.inc index a8c9177..9c03def 100644 --- a/lib/libthr/thread/Makefile.inc +++ b/lib/libthr/thread/Makefile.inc @@ -8,6 +8,7 @@ SRCS+= \ thr_autoinit.c \ thr_cancel.c \ thr_clean.c \ + thr_concurrency.c \ thr_cond.c \ thr_condattr_destroy.c \ thr_condattr_init.c \ |