summaryrefslogtreecommitdiff
path: root/libexslt/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-23 22:52:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-23 22:52:06 +0000
commitc52e167f942dcdb73f903a59b72e7283a73a0833 (patch)
treeac8510a2c1e43adb41b1725c089c5ff59639b077 /libexslt/Makefile.am
parent24d85de726b573fecae24d402366b2fe7237af11 (diff)
downloadlibxslt-c52e167f942dcdb73f903a59b72e7283a73a0833.tar.gz
libxslt-c52e167f942dcdb73f903a59b72e7283a73a0833.tar.bz2
libxslt-c52e167f942dcdb73f903a59b72e7283a73a0833.zip
doing some testing and raising the build requirement to 2.5.10 applied
* configure.in libxslt.spec.in: doing some testing and raising the build requirement to 2.5.10 * libexslt/Makefile.am configure.in: applied patch from Graham Wilson for linking the exslt lib with the lib being build instead of the installed one Daniel
Diffstat (limited to 'libexslt/Makefile.am')
-rw-r--r--libexslt/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/libexslt/Makefile.am b/libexslt/Makefile.am
index b2f3702d..ac540991 100644
--- a/libexslt/Makefile.am
+++ b/libexslt/Makefile.am
@@ -25,10 +25,8 @@ libexslt_la_SOURCES = \
libexslt.h \
dynamic.c
-# The following DOES NOT WORK reliably. Sorry no prelinking to uninstalled
-# yet libraries.
-# libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
-libexslt_la_LIBADD = $(INSTALLED_XSLT_LIB) $(EXTRA_LIBS)
+# The following DOES NOT WORK reliably.
+libexslt_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
libexslt_la_LDFLAGS = -version-info @LIBEXSLT_VERSION_INFO@
man_MANS = libexslt.3