summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ceb35e5..0cf8003 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
all: $(SOFILE) i18n
$(SOFILE): $(OBJS)
- $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
install-lib: $(SOFILE)
install -D $^ $(LIBDIR)/$^.$(APIVERSION)