Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp-sdk.pc.in @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6
Naturally, I forgot to update the version in the headers. Argh. Sorry
author | Chris Cannam |
---|---|
date | Mon, 22 Jun 2015 09:28:58 +0100 |
parents | dc40fff9f20b |
children | abdf03252c8a |
rev | line source |
---|---|
cannam@228 | 1 prefix=%PREFIX% |
cannam@228 | 2 exec_prefix=${prefix} |
cannam@228 | 3 libdir=${exec_prefix}/lib |
cannam@228 | 4 includedir=${prefix}/include |
cannam@228 | 5 |
cannam@228 | 6 Name: vamp-sdk |
Chris@410 | 7 Version: 2.6 |
cannam@228 | 8 Description: Development library for Vamp audio analysis plugins |
cannam@228 | 9 Libs: -L${libdir} -lvamp-sdk |
cannam@228 | 10 Cflags: -I${includedir} |