mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

2000-09-30 Martin Baulig <baulig@suse.de> * libxml-2.0.pc.in: Provide pkg-config script. * configure.in: Create the libxml-2.0.pc script from the libxml-2.0.pc.in templates. * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc script in `$(libexecdir)/pkgconfig'.
16 lines
344 B
PkgConfig
16 lines
344 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
VERSION="@VERSION@"
|
|
REQUIRES=""
|
|
CFLAGS="@XML_INCLUDEDIR@ @XML_CFLAGS@ $CFLAGS"
|
|
LIBS_PATH="-L${libdir} $LIBS_PATH"
|
|
LIBS_LINK_SELF="-lxml $LIBS_LINK_SELF"
|
|
LIBS_LINK_SYSTEM="@Z_LIBS@ @M_LIBS@ @LIBS@ $LIBS_LINK_SYSTEM"
|
|
|
|
|
|
#Name: libXML
|
|
#Description: libXML library.
|