Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
[novacoin.git] / src / makefile.unix
index 23c6f72..92c1b97 100644 (file)
@@ -91,6 +91,7 @@ xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-o
 OBJS= \
     obj/checkpoints.o \
     obj/netbase.o \
+    obj/addrman.o \
     obj/crypter.o \
     obj/key.o \
     obj/db.o \