updates to old tests....

moved rstlvutil to here as well.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7231 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2014-04-05 04:45:37 +00:00
parent 11fa133377
commit 7fa611b2e7
10 changed files with 284 additions and 58 deletions

View file

@ -11,7 +11,7 @@ endif
# Need to define miniupnpc version because API changed a little between v1.0 and 1.2
# put 10 for 1.0 and 12 for 1.2
DEFINES += -D_FILE_OFFSET_BITS=64
DEFINES += -D_FILE_OFFSET_BITS=64 -DSQLITE_HAS_CODEC
include $(RS_TOP_DIR)/tests/scripts/checks.mk
@ -70,8 +70,8 @@ ifdef PQI_USE_XPGP
LIBS += -lssl -lcrypto -lpthread
#LIBS += -L$(UPNPC_DIR) -lminiupnpc
LIBS += $(XLIB) -ldl -lz
LIBS += -lupnp
LIBS += -lupnp
LIBS += ../../../../../lib/sqlcipher/.libs/libsqlcipher.a
RSLIBS = $(LIBS)