mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02:00
11 lines
297 B
PkgConfig
11 lines
297 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 -lexpat -lm
|
|
Cflags: -I${includedir} -I/usr/include
|