mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 23:50:40 +00:00
2d160f2509
* Avoid duplication of SDB headers in libr/include SDB is an external project and as such it should live in shlr. However, for simplicity in dealing with the include flags, the SDB headers were copied in libr/include as well. This patch just keeps the SDB files confined in shlr/sdb and make sure various r_* libs use the headers from there. * Fix pkgconfig file generation
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=@LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_util
|
|
Description: radare foundation libraries
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lr_util @LIBZIP@ @DL_LIBS@
|
|
Cflags: -I${includedir}/libr -I${includedir}/libr/sdb
|