radare2/libr/db/Makefile
pancake 25dceb21a8 * Initial vapi for r_db
- Added vala example using r_db (db.vala)
* Fix segmentation fault in db.c when adding nodes with
  no keys defined. (-1)
* Added vala example
* Added r_db to the default build list
* Added r_th, r_bp and r_db in pkgconfig
2009-07-21 22:59:34 +00:00

7 lines
61 B
Makefile

NAME=r_db
DEPS=r_util
OBJ=db.o table.o
include ../rules.mk