* move USE_* to main Makefile

This commit is contained in:
hagen 2014-12-12 08:22:03 +00:00
parent 56c404e6c1
commit 05a62af99b
3 changed files with 12 additions and 7 deletions

View file

@ -4,6 +4,9 @@ I2PD := i2p
include filelist.mk
USE_AESNI := yes
USE_STATIC := no
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp
include Makefile.osx