From ca5c158bd2fb2efbccf11a86899550c6b67b18a1 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 14 Jun 2001 18:53:57 +0000 Subject: [PATCH] - libxslt/Makefile.am: applied patch from Sander Vesik for -j2 Daniel --- ChangeLog | 4 ++++ libxslt/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d820e91..80fc0813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 14 20:52:13 CEST 2001 Daniel Veillard + + * libxslt/Makefile.am: applied patch from Sander Vesik for -j2 + Thu Jun 14 10:07:59 CEST 2001 Daniel Veillard * libxslt/preproc.c: removed a warning on xsl:transform diff --git a/libxslt/Makefile.am b/libxslt/Makefile.am index db1168e1..36e2785b 100644 --- a/libxslt/Makefile.am +++ b/libxslt/Makefile.am @@ -50,7 +50,7 @@ libxslt_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@ bin_PROGRAMS = xsltproc -DEPS = $(top_builddir)/libxslt/libxslt.la +DEPS = $(lib_LTLIBRARIES) LDADDS = -L. $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS) xsltproc_SOURCES = xsltproc.c