summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Synch-Benchmarks/Makefile')
-rw-r--r--performance-tests/Synch-Benchmarks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Makefile b/performance-tests/Synch-Benchmarks/Makefile
index f56b0942b5b..42ad307d1fa 100644
--- a/performance-tests/Synch-Benchmarks/Makefile
+++ b/performance-tests/Synch-Benchmarks/Makefile
@@ -10,7 +10,7 @@
BIN = synch_driver
LIB = libSynch_Tests.a
-SHLIB = libSynch_Tests.so
+SHLIB = libSynch_Tests.$(SOEXT)
FILES = mutex_test \
recursive_lock_test \