mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-08 11:02:18 +03:00
- libxslt/Makefile.am: applied patch from Sander Vesik for -j2
Daniel
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Thu Jun 14 20:52:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/Makefile.am: applied patch from Sander Vesik for -j2
|
||||
|
||||
Thu Jun 14 10:07:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/preproc.c: removed a warning on xsl:transform
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user