mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-01-03 11:44:09 +00:00
14 lines
322 B
PkgConfig
14 lines
322 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: rabbitmq-c
|
||
|
Description: An AMQP 0-9-1 client library
|
||
|
Version: @VERSION@
|
||
|
URL: https://github.com/alanxz/rabbitmq-c
|
||
|
Requires.private: @requires_private@
|
||
|
Libs: -L${libdir} -lrabbitmq
|
||
|
Libs.private: @libs_private@
|
||
|
CFlags: -I${includedir}
|