For some reason, the daemon src don't include I2PControl.cpp for OSX

builds.
pull/150/head
Mikal Villa 9 years ago
parent 905aa7cdc4
commit 0f227e8317

@ -11,7 +11,7 @@ ifeq ($(UNAME),Darwin)
# Else will get linker error about unknown symbols. - torkel
COMMON_SRC += \
BOB.cpp ClientContext.cpp Daemon.cpp I2PTunnel.cpp I2PService.cpp SAM.cpp SOCKS.cpp \
UPnP.cpp HTTPServer.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp
UPnP.cpp HTTPServer.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp I2PControl.cpp
endif

Loading…
Cancel
Save