fixed compilation of network simulator

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7665 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-11-08 12:36:20 +00:00
parent 8edc8511c3
commit 9a6d57f89b
3 changed files with 50 additions and 3 deletions

View file

@ -71,7 +71,7 @@ LIBS += -lssl -lcrypto -lpthread
#LIBS += -L$(UPNPC_DIR) -lminiupnpc
LIBS += $(XLIB) -ldl -lz
LIBS += -lupnp
LIBS += ../../../../../lib/sqlcipher/.libs/libsqlcipher.a
LIBS += -lsqlcipher
RSLIBS = $(LIBS)