* Some fixes in the r_reg VAPI - Added vala test program * r_debug is now broken because the new r_reg * Add r_free_internal to reduce leaks in r_reg
11 lines
244 B
Text
11 lines
244 B
Text
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_debug
|
|
Description: radare foundation libraries
|
|
Version: 0.2
|
|
Requires:
|
|
Libs: -L${libdir} -lr_debug -lr_reg -lr_bp
|
|
Cflags: -I${includedir}/libr
|