summaryrefslogtreecommitdiff
path: root/examples/Threads/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-17 19:55:21 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-17 19:55:21 +0000
commit8a0c00861bffa7450a5f0e85c0610c3278f66945 (patch)
treef06de49d2d57a8cea0bb20129c6079f8ce1eb7a5 /examples/Threads/Makefile
parentcdaa50473d4305fca20da3227099dcb1de31c1b8 (diff)
downloadATCD-8a0c00861bffa7450a5f0e85c0610c3278f66945.tar.gz
Jammer!
Diffstat (limited to 'examples/Threads/Makefile')
-rw-r--r--examples/Threads/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Threads/Makefile b/examples/Threads/Makefile
index f1c4c630a27..8f5f808ccaa 100644
--- a/examples/Threads/Makefile
+++ b/examples/Threads/Makefile
@@ -25,7 +25,8 @@ BIN = test_auto_event \
test_thread_manager \
test_thread_pool \
test_thread_specific \
- test_tss \
+ test_tss1 \
+ test_tss2 \
test_token
LSRC = $(addsuffix .cpp,$(BIN))