xref: /aosp_15_r20/external/elfutils/config/libelf.pc.in (revision 7304104da70ce23c86437a01be71edd1a2d7f37e)
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libelf
7Description: elfutils libelf library to read and write ELF files
8Version: @VERSION@
9URL: http://elfutils.org/
10
11Libs: -L${libdir} -lelf
12Cflags: -I${includedir}
13
14Requires.private: zlib @LIBZSTD@
15