mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-11 18:09:31 +08:00
9 lines
187 B
Bash
9 lines
187 B
Bash
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
XML_LIBDIR="@XML_LIBDIR@"
|
|
XML_LIBS="@XML_LIBS@"
|
|
XML_INCLUDEDIR="@XML_INCLUDEDIR@"
|
|
MODULE_VERSION="xml-@VERSION@"
|
|
|