Skip to content
Snippets Groups Projects
Commit 4a67d223fc61 authored by William M. Brack's avatar William M. Brack
Browse files

changed the sequence of LD_ADDS and LIBGCRYPT_LIBS on xsltproc_LDADD.

* xsltproc/Makefile.am: changed the sequence of LD_ADDS and
  LIBGCRYPT_LIBS on xsltproc_LDADD.  Previously this was
  causing the wrong libs to be linked when using the configure
  option --with-libxml-libs-prefix, or --with-libxml-src (nasty)
parent 7e610853d27c
No related branches found
No related tags found
No related merge requests found
Sun Jul 4 24:18:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
* xsltproc/Makefile.am: changed the sequence of LD_ADDS and
LIBGCRYPT_LIBS on xsltproc_LDADD. Previously this was
causing the wrong libs to be linked when using the configure
option --with-libxml-libs-prefix, or --with-libxml-src (nasty)
Sun Jul 4 21:42:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
* libexslt/Makefile.am: implemented change from Joel Reed for
......
......@@ -10,7 +10,6 @@
xsltproc_SOURCES = xsltproc.c
xsltproc_LDFLAGS =
xsltproc_DEPENDENCIES = $(DEPS)
xsltproc_LDADD = $(LDADDS) $(LIBGCRYPT_LIBS)
DEPS = $(top_builddir)/libxslt/libxslt.la \
$(top_builddir)/libexslt/libexslt.la
......@@ -20,6 +19,8 @@
$(top_builddir)/libexslt/libexslt.la \
@LIBXML_LIBS@ $(EXTRA_LIBS) @WIN32_EXTRA_LIBADD@
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
xsltproc.dv: xsltproc.o
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment