annotate pkgconfig/vamp-hostsdk.pc.in @ 451:b4addbeab790 vampipe

Puzzlingly, this seems to produce the wrong results if assigned directly when compiled using Emscripten. I wonder what I'm missing
author Chris Cannam
date Tue, 06 Sep 2016 19:13:48 +0100
parents abdf03252c8a
children 2dbb3f920abc
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
Chris@424 7 Version: 2.7
cannam@228 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@280 9 Libs: -L${libdir} -lvamp-hostsdk -ldl
cannam@228 10 Cflags: -I${includedir}