* Drop another unused lib (r_crypto)

- Fix debian farm build and reduce compilation times
This commit is contained in:
pancake 2011-04-04 18:09:45 +02:00
parent 3b490556f5
commit 18835c0907
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ PWD=`pwd`
# Libraries
LIBLIST=util socket cons line lib io lang flags bin hash config syscall cmd
LIBLIST+=reg asm diff anal print parse search bp sign db crypto debug fs core
LIBLIST+=reg asm diff anal print parse search bp sign db debug fs core
#DEPRECATED APIS : LIBLIST+=th crypto
# sysproxy ... common wat du?
all: libs

View File

@ -3,7 +3,7 @@ include ../../config.mk
CFLAGS+=-I../../include -I../arch/ -I../arch/include -Wall -shared -fPIC ${LDFLAGS_LIB} ${LDFLAGS_LINKPATH}..
# XXX
CFLAGS+=-DLIL_ENDIAN=1
CFLAGS+=-L../../util -lr_util
CFLAGS+=-L../../util -lr_util -L../../lib
LDFLAGS+=${LINK}
foo: all

View File

@ -1,3 +1,4 @@
/* */
#include <r_lib.h>
#include <r_crypto.h>