fix patch

This commit is contained in:
atnaguzin 2016-11-02 18:51:43 +03:00
parent b6fc795941
commit fa024c5b20
2 changed files with 4 additions and 5 deletions

View file

@ -14,7 +14,6 @@ USE_STATIC := no
USE_MESHNET := no USE_MESHNET := no
USE_UPNP := no USE_UPNP := no
ifeq ($(WEBSOCKETS),1) ifeq ($(WEBSOCKETS),1)
NEEDED_CXXFLAGS += -DWITH_EVENTS NEEDED_CXXFLAGS += -DWITH_EVENTS
DAEMON_SRC += Websocket.cpp DAEMON_SRC += Websocket.cpp

View file

@ -1,5 +1,5 @@
diff --git a/Makefile b/Makefile diff --git a/Makefile b/Makefile
index 7d04ba0..33ee184 100644 index b6fc795..abc3ace 100644
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -9,10 +9,10 @@ DEPS := obj/make.dep @@ -9,10 +9,10 @@ DEPS := obj/make.dep
@ -12,5 +12,5 @@ index 7d04ba0..33ee184 100644
USE_MESHNET := no USE_MESHNET := no
USE_UPNP := no USE_UPNP := no
ifeq ($(UNAME),Darwin) ifeq ($(WEBSOCKETS),1)
DAEMON_SRC += DaemonLinux.cpp NEEDED_CXXFLAGS += -DWITH_EVENTS