pipewire/pkgconfig/libpinos.pc.in
Jonas Ådahl df171356fe pc: Include MAJORMINOR version in Ldflags
The .so file is libpinos-MAJOR.MINOR.so, so the .pc file should reflect
this.
2015-12-10 09:51:42 +01:00

11 lines
273 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
modlibexecdir=@modlibexecdir@
Name: libpinos
Description: Pinos Client Interface
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpinos-@PINOS_MAJORMINOR@
Cflags: -I${includedir} -D_REENTRANT