mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-23 17:21:03 +02:00
* Integrated the 'Rivendell-C-API' [from https://github.com/RadioFreeAsia/rivendell-c-api] in 'apis/rivwebcapi/'. * Added a 'rivendell-webapi' RPM subpackage.
11 lines
289 B
PkgConfig
11 lines
289 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include/rivwebcapi
|
|
|
|
Name: rivwebcapi
|
|
Description: C API for the Rivendell Radio Automation System Web Service
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lrivwebcapi -lcurl -lm
|
|
Cflags: -I${includedir} -I/usr/include
|