Mercurial > hg > vamp-plugin-sdk
annotate vamp-sdk/vamp-sdk.pc.in @ 161:7fc1041daa9d
* Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying
problem in vampy instead
author | cannam |
---|---|
date | Mon, 07 Jul 2008 17:17:11 +0000 |
parents | 9d3272c7db60 |
children | 006a775133b1 |
rev | line source |
---|---|
cannam@32 | 1 prefix=%PREFIX% |
cannam@32 | 2 exec_prefix=${prefix} |
cannam@32 | 3 libdir=${exec_prefix}/lib |
cannam@32 | 4 includedir=${prefix}/include |
cannam@32 | 5 |
cannam@32 | 6 Name: vamp-sdk |
cannam@161 | 7 Version: 1.3.0 |
cannam@51 | 8 Description: Development library for Vamp audio analysis plugins |
cannam@32 | 9 Libs: -L${libdir} -lvamp-sdk |
cannam@32 | 10 Cflags: -I${includedir} |