mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
Began separation of i2pcontrol (untested).
This commit is contained in:
parent
af4719d665
commit
1f90b08445
9 changed files with 634 additions and 570 deletions
|
@ -16,7 +16,8 @@ ifeq ($(UNAME),Darwin)
|
|||
# Else will get linker error about unknown symbols. - torkel
|
||||
COMMON_SRC += \
|
||||
AddressBook.cpp BOB.cpp ClientContext.cpp Daemon.cpp I2PTunnel.cpp I2PService.cpp \
|
||||
SAM.cpp SOCKS.cpp UPnP.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp I2PControl.cpp \
|
||||
SAM.cpp SOCKS.cpp UPnP.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp \
|
||||
i2pcontrol/I2PControlServer.cpp i2pcontrol/I2PControl.cpp \
|
||||
HTTPServer.cpp
|
||||
endif
|
||||
|
||||
|
@ -24,7 +25,8 @@ endif
|
|||
# also: Daemon{Linux,Win32}.cpp will be added later
|
||||
DAEMON_SRC = $(COMMON_SRC) \
|
||||
AddressBook.cpp BOB.cpp ClientContext.cpp Daemon.cpp I2PTunnel.cpp I2PService.cpp \
|
||||
SAM.cpp SOCKS.cpp HTTPServer.cpp HTTPProxy.cpp I2PControl.cpp i2p.cpp
|
||||
SAM.cpp SOCKS.cpp HTTPServer.cpp HTTPProxy.cpp i2pcontrol/I2PControl.cpp \
|
||||
i2pcontrol/I2PControlServer.cpp i2p.cpp
|
||||
|
||||
LIB_SRC := $(COMMON_SRC) \
|
||||
api.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue