mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
xslt-config --libs prints static library linking information by default. This is un-necessary for most programs, so introduce a new option, --dynamic, which, when combined with --libs, only prints shared library linking information.
9 lines
212 B
Bash
9 lines
212 B
Bash
#
|
|
# Configuration file for using the xslt library
|
|
#
|
|
XSLT_LIBDIR="@XSLT_LIBDIR@"
|
|
XSLT_LIBS="@XSLT_LIBS@"
|
|
XSLT_PRIVATE_LIBS="@XSLT_PRIVATE_LIBS@"
|
|
XSLT_INCLUDEDIR="@XSLT_INCLUDEDIR@"
|
|
MODULE_VERSION="xslt-@VERSION@"
|