From 0f227e8317cb593f89727078d1e7809c104e8ba2 Mon Sep 17 00:00:00 2001 From: Mikal Villa Date: Fri, 16 Jan 2015 20:37:52 +0100 Subject: [PATCH] For some reason, the daemon src don't include I2PControl.cpp for OSX builds. --- filelist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filelist.mk b/filelist.mk index 0038da97..96115bd0 100644 --- a/filelist.mk +++ b/filelist.mk @@ -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