annotate vamp-sdk/vamp-hostsdk.pc.in @ 64:9d3272c7db60

* Merge from host-factory-stuff branch: this adds several helper classes in the hostext directory that should make a host's life much easier. This will become version 1.1 of the SDK, eventually.
author cannam
date Fri, 01 Jun 2007 15:10:17 +0000
parents 2403ae53b8a5
children 120f88880347
rev   line source
cannam@51 1 prefix=%PREFIX%
cannam@51 2 exec_prefix=${prefix}
cannam@51 3 libdir=${exec_prefix}/lib
cannam@51 4 includedir=${prefix}/include
cannam@51 5
cannam@51 6 Name: vamp-hostsdk
cannam@64 7 Version: 1.1.0
cannam@51 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@51 9 Libs: -L${libdir} -lvamp-hostsdk
cannam@51 10 Cflags: -I${includedir}