mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-08 21:17:39 +03:00
1fc410d3d3
`xml2-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
210 B
Bash
9 lines
210 B
Bash
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
XML2_LIBDIR="@XML_LIBDIR@"
|
|
XML2_LIBS="@XML_LIBS@ @XML_PRIVATE_LIBS@"
|
|
XML2_INCLUDEDIR="@XML_INCLUDEDIR@"
|
|
MODULE_VERSION="xml2-@VERSION@"
|
|
|