support ZSTD compression algorithm
[platform/upstream/elfutils.git] / config / libelf.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libelf
7 Description: elfutils libelf library to read and write ELF files
8 Version: @VERSION@
9 URL: http://elfutils.org/
10
11 Libs: -L${libdir} -lelf
12 Cflags: -I${includedir}
13
14 Requires.private: zlib @LIBZSTD@