mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +02:00
* Added a warning to files derived by the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
13 lines
330 B
PkgConfig
13 lines
330 B
PkgConfig
@GENERATED_SCRIPT_FILE_WARNING@
|
|
|
|
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
|