try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
[pulseaudio.git] / libpulse-simple.pc.in
blobc35e83fa5547f311a290b5442ddd29f4fd92423f
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: libpulse-simple
7 Description: Simplified Synchronous Client Interface to PulseAudio
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -lpulse-simple
10 Cflags: -D_REENTRANT -I${includedir}
11 Requires: libpulse