mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
a6e0d6c480
* Update meson and make build systems * Remove leftovers and unused dependencies
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_util
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires: r_crypto
|
|
Libs: -L${libdir} -lr_crypto
|
|
Cflags: -I${includedir}/libr
|