Streaming added

This commit is contained in:
orignal 2013-12-12 21:36:24 -05:00
parent 58c5b74586
commit e832734d94
3 changed files with 110 additions and 1 deletions

View file

@ -3,7 +3,7 @@ CC = g++
CFLAGS = -g -Wall -std=c++0x
OBJECTS = i2p.o base64.o NTCPSession.o RouterInfo.o Transports.o RouterContext.o \
NetDb.o LeaseSet.o Tunnel.o TunnelEndpoint.o TunnelGateway.o TransitTunnel.o \
I2NPProtocol.o Log.o Garlic.o HTTPServer.o
I2NPProtocol.o Log.o Garlic.o HTTPServer.o Streaming.o
INCFLAGS =
LDFLAGS = -Wl,-rpath,/usr/local/lib -lcryptopp -lboost_system -lboost_filesystem
LIBS =