annotate pkgconfig/vamp-hostsdk.pc.in @ 263:4454843ff384

* OK, we're going to have to place the host stuff in its own namespace too. Otherwise our new SV build on OSX fails to load old plugins because they pull in the host namespace PluginBase and thus report the wrong Vamp version... *sigh*
author cannam
date Thu, 20 Nov 2008 15:01:30 +0000
parents 521734d2b498
children 9b831bd58aa7
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-hostsdk
cannam@233 7 Version: 2.0.0
cannam@228 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@228 9 Libs: -L${libdir} -lvamp-hostsdk
cannam@228 10 Cflags: -I${includedir}