1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2026-01-07 21:58:22 +03:00

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
This commit is contained in:
Daniel Veillard
2003-02-25 15:20:58 +00:00
parent 44d74fd937
commit 590621c68e
4 changed files with 23 additions and 5 deletions

View File

@@ -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)