updated bdboot file and fixed up example.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-12-01 10:36:21 +00:00
parent 24c15a945a
commit 577f0ea554
3 changed files with 503 additions and 502 deletions

View File

@ -1,8 +1,8 @@
CXXFLAGS = -Wall -g -I..
CXXFLAGS += -arch i386 # OSX
#CXXFLAGS += -arch i386 # OSX
LIBS = -L../lib -lbitdht
LIBS = -L../lib -lbitdht -lpthread

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,7 @@
#include <udp/udpstack.h>
#include <udp/udpbitdht.h>
#include <bitdht/bdstddht.h>
#include <string.h>
#include "bdhandler.h"