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