blob: 5d0e4b9de6f46b7ed61cf9c9c519d08db46e559d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|