init
This commit is contained in:
13
librabbitmq.pc.in
Normal file
13
librabbitmq.pc.in
Normal file
@@ -0,0 +1,13 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: rabbitmq-c
|
||||
Description: An AMQP 0-9-1 client library
|
||||
Version: @RMQ_VERSION@
|
||||
URL: https://github.com/alanxz/rabbitmq-c
|
||||
Requires.private: @requires_private@
|
||||
Libs: -L${libdir} -lrabbitmq
|
||||
Libs.private: @libs_private@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user