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 ac0592c5..a8828de5 100644
--- a/xsltproc/Makefile.am
+++ b/xsltproc/Makefile.am
@@ -16,7 +16,8 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
LDADDS = @STATIC_BINARIES@ \
$(top_builddir)/libxslt/libxslt.la \
$(top_builddir)/libexslt/libexslt.la \
- @LIBXML_LIBS@ $(EXTRA_LIBS)
+ @LIBXML_LIBS@ $(EXTRA_LIBS) @WIN32_EXTRA_LIBADD@
xsltproc.dv: xsltproc.o
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS)
+