* add global switch USE_UPNP to makefile

This commit is contained in:
hagen 2016-06-27 13:00:00 +00:00
parent 646778227a
commit b668c4c302
5 changed files with 6 additions and 5 deletions

View file

@ -11,6 +11,7 @@ include filelist.mk
USE_AESNI := yes
USE_STATIC := no
USE_UPNP := no
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp