X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.osx;h=a057b9ef6c25a95cd777c9b3fdd6f981c5704fc1;hb=9c9ba366ebc85b0d8eef6d962a9fa84cffe0cae7;hp=e23ec1e3bc9cd1f3b32f6a84585c40ffe1a0fe4f;hpb=259d6a2fbf09be0a77c46fc191f76b642eba152f;p=novacoin.git diff --git a/src/makefile.osx b/src/makefile.osx index e23ec1e..a057b9e 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -53,9 +53,9 @@ ifdef RELEASE # Compile for maximum compatibility and smallest size. # This requires that dependencies are compiled # the same way. -CFLAGS = -O2 -msse2 -mssse3 +CFLAGS = -O2 -msse2 else -CFLAGS = -g -msse2 -mssse3 +CFLAGS = -g -msse2 endif # ppc doesn't work because we don't support big-endian @@ -82,6 +82,7 @@ OBJS= \ obj/stun.o \ obj/protocol.o \ obj/bitcoinrpc.o \ + obj/rpccrypt.o \ obj/rpcdump.o \ obj/rpcnet.o \ obj/rpcmining.o \ @@ -95,7 +96,9 @@ OBJS= \ obj/walletdb.o \ obj/noui.o \ obj/kernel.o \ - obj/kernel_worker.o + obj/kernel_worker.o \ + obj/ecies.o \ + obj/cryptogram.o ifneq (${USE_IPV6}, -) DEFS += -DUSE_IPV6=$(USE_IPV6)