modified: diffout.py
[GalaxyCodeBases.git] / c_cpp / lib / htslib / htslib.pc.in
blobd969d6b4d08850fd587ae575ea7299da7d814d0c
1 includedir=@-includedir@
2 libdir=@-libdir@
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@
9 Name: htslib
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@