1 includedir=@-includedir@
4 # Flags and libraries needed when linking against a static libhts.a
5 # (used by manual and semi-manual pkg-config(1)-style enquiries).
6 static_ldflags=@static_LDFLAGS@
7 static_libs=@static_LIBS@
10 Description: C library for high-throughput sequencing data formats
11 Version: @-PACKAGE_VERSION@
12 Cflags: -I${includedir}
13 Libs: -L${libdir} -lhts
14 Libs.private: -L${libdir} @private_LIBS@ -lhts -lm -lpthread
15 Requires.private: zlib @pc_requires@