summaryrefslogtreecommitdiff
path: root/xsltproc
diff options
context:
space:
mode:
Diffstat (limited to 'xsltproc')
-rw-r--r--xsltproc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsltproc/Makefile.am b/xsltproc/Makefile.am
index 7b8809a6..ac0592c5 100644
--- a/xsltproc/Makefile.am
+++ b/xsltproc/Makefile.am
@@ -13,7 +13,8 @@ xsltproc_LDADD = $(LDADDS)
DEPS = $(top_builddir)/libxslt/libxslt.la \
$(top_builddir)/libexslt/libexslt.la
-LDADDS = $(top_builddir)/libxslt/libxslt.la \
+LDADDS = @STATIC_BINARIES@ \
+ $(top_builddir)/libxslt/libxslt.la \
$(top_builddir)/libexslt/libexslt.la \
@LIBXML_LIBS@ $(EXTRA_LIBS)