ensure that client-side message buffer thread calls thread_init callback if/when...
[jack.git] / jack.pc.in
blobebc9159a6dbfb1ce092c8d6235d9adb6f2fafb46
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: jack
7 Description: the Jack Audio Connection Kit: a low-latency synchronous callback-based media server
8 Version: @JACK_VERSION@
9 Libs: -L${libdir} -ljack -lpthread @OS_LDFLAGS@
10 Cflags: -I${includedir}