mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-23 18:22:08 +00:00
849b598cf5
* libabigail.pc.in: New pkgconfig file. * configure.ac: Define the LIBXML2_VERSION variable that is used in the libabigail.pc.in file. Generate the libabigail.pc file from its libabigail.pc.in template. * Makefile.am: Add libabigail.pc.in to the source distribution. Install the generated libabigail.pc to the right destination.
12 lines
290 B
PkgConfig
12 lines
290 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: libxml-2.0 >= @LIBXML2_VERSION@
|
|
Libs: -L${libdir} -labigail
|
|
Cflags: -I${includedir}/libabigail
|