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

builds.
This commit is contained in:
Mikal Villa 2015-01-16 20:37:52 +01:00
parent 905aa7cdc4
commit 0f227e8317

View File

@ -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