* Removed old DHT Code, removed other references too.

* Added interface class to bitDHT. (p3bitdht.h)
 * Added Optional section in libretroshare.pro



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3296 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2010-07-17 17:00:19 +00:00
parent de57423733
commit 4157aff291
25 changed files with 466 additions and 4645 deletions

View file

@ -1,6 +1,6 @@
TEMPLATE = lib
#CONFIG += staticlib release
CONFIG += staticlib testnetwork
CONFIG += staticlib testnetwork
CONFIG -= qt
TARGET = retroshare
@ -51,6 +51,15 @@ debug {
QMAKE_CXXFLAGS *= -g -fno-omit-frame-pointer
}
bitdht {
HEADERS += dht/p3bitdht.h
SOURCES += dht/p3bitdht.cc
BITDHT_DIR = ../../libbitdht/src
INCLUDEPATH += . $${BITDHT_DIR}
}
PUBLIC_HEADERS = rsiface/rsblogs.h \
rsiface/rschannels.h \
@ -210,12 +219,7 @@ HEADERS += dbase/cachestrapper.h \
dbase/findex.h \
dbase/fistore.h
HEADERS += dht/b64.h \
dht/dhtclient.h \
dht/dhthandler.h \
dht/opendht.h \
dht/opendhtmgr.h \
dht/opendhtstr.h
#HEADERS += dht/p3bitdht.h \
HEADERS += ft/ftchunkmap.h \
ft/ftcontroller.h \
@ -345,10 +349,7 @@ SOURCES += dbase/cachestrapper.cc \
dbase/fistore.cc \
dbase/rsexpr.cc
SOURCES += dht/b64.cc \
dht/opendhtmgr.cc \
dht/opendht.cc \
dht/opendhtstr.cc
#SOURCES += dht/p3bitdht.cc \
SOURCES += ft/ftchunkmap.cc \
ft/ftcontroller.cc \