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