Fix getbalance() bug
[novacoin.git] / src / makefile.unix
index 69c0d87..4aad7a3 100644 (file)
@@ -3,7 +3,6 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 USE_LEVELDB:=0
-USE_IPV6:=1
 
 # CC=clang
 # CXX=clang++
@@ -36,10 +35,6 @@ LIBS += \
    -l ssl \
    -l crypto
 
-ifneq (${USE_IPV6}, -)
-       DEFS += -DUSE_IPV6=$(USE_IPV6)
-endif
-
 LIBS+= \
  -Wl,-B$(LMODE2) \
    -l z \
@@ -131,6 +126,7 @@ OBJS= \
     obj/rpcrawtransaction.o \
     obj/script.o \
     obj/sync.o \
+    obj/timedata.o \
     obj/util.o \
     obj/wallet.o \
     obj/walletdb.o \