mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-13 13:34:48 +00:00
d5e0a10f1f
* libabigail.pc.in: Libxml2 is not exposed to clients so make it be a private dependency.
12 lines
298 B
PkgConfig
12 lines
298 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libabigail
|
|
Description: The ABI Generic Analysis and Instrumentation Library
|
|
Version: @VERSION@
|
|
Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
|
|
Libs: -L${libdir} -labigail
|
|
Cflags: -I${includedir}/libabigail
|