Mercurial > repos > youngkim > ezbamqc
annotate ezBAMQC/src/htslib/htslib.pc.in @ 20:9de3bbec2479 draft default tip
Uploaded
| author | youngkim |
|---|---|
| date | Thu, 31 Mar 2016 10:10:37 -0400 |
| parents | dfa3745e5fd8 |
| children |
| rev | line source |
|---|---|
| 0 | 1 includedir=@includedir@ |
| 2 libdir=@libdir@ | |
| 3 | |
| 4 Name: htslib | |
| 5 Description: C library for high-throughput sequencing data formats | |
| 6 Version: @PACKAGE_VERSION@ | |
| 7 Cflags: -I${includedir} | |
| 8 Libs: -L${libdir} -lhts | |
| 9 Libs.private: -L${libdir} -lhts -lm -lpthread | |
| 10 Requires.private: zlib |
