diff options
Diffstat (limited to 'opentracing-c-wrapper.pc.in')
-rw-r--r-- | opentracing-c-wrapper.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opentracing-c-wrapper.pc.in b/opentracing-c-wrapper.pc.in new file mode 100644 index 0000000..f1a7f43 --- /dev/null +++ b/opentracing-c-wrapper.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: opentracing-c-wrapper +Description: The OpenTracing C wrapper library. +Version: @VERSION@ + +Requires: +Libs: -L${libdir} -Wl,--rpath,${libdir} -lopentracing-c-wrapper +Cflags: -I${includedir} |