summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04855ef..00cb5d6 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ libmts.a: $(OBJS)
libmts.so.0: $(OBJS)
@echo 'Building target: $@'
- $(CXX) -shared -Wl,-soname,$@ -o libmts.so.$(VERSION) $(OBJS) $(LIBS)
+ $(CXX) $(LDFLAGS) -shared -Wl,-soname,$@ -o libmts.so.$(VERSION) $(OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '