Merge pull request #3 from PurpleI2P/openssl

upstream pull
This commit is contained in:
MXPLRS | Kirill 2016-11-02 19:46:52 +04:00 committed by GitHub
commit b6fc795941
28 changed files with 468 additions and 58 deletions

View file

@ -14,6 +14,12 @@ USE_STATIC := no
USE_MESHNET := no
USE_UPNP := no
ifeq ($(WEBSOCKETS),1)
NEEDED_CXXFLAGS += -DWITH_EVENTS
DAEMON_SRC += Websocket.cpp
endif
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp
ifeq ($(HOMEBREW),1)