summaryrefslogtreecommitdiff
path: root/xsltproc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-25 15:20:58 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-25 15:20:58 +0000
commit590621c68efaf72c1e97ff897f38376a2c7a95b8 (patch)
tree8b45b1be5680032cb191aeb49cac2ccfb4337a42 /xsltproc
parent44d74fd9371c895ea1a195fd8d0686c1fecb9937 (diff)
downloadlibxslt-590621c68efaf72c1e97ff897f38376a2c7a95b8.tar.gz
libxslt-590621c68efaf72c1e97ff897f38376a2c7a95b8.tar.bz2
libxslt-590621c68efaf72c1e97ff897f38376a2c7a95b8.zip
some cleanup for Python checks, makefile cleanup, and convenience changes
* configure.in doc/Makefile.am xsltproc/Makefile.am: some cleanup for Python checks, makefile cleanup, and convenience changes Daniel
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)