X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.osx;h=4c124e6f33568550251426224c9a9c04d73d0b50;hb=67a42f929b1434f647c63922fd02dc2b93b28060;hp=966829e222de295bbe584a7b2b30f465abb43a92;hpb=7486c64dd8436febbe59e82dbb875e83ad6b5194;p=novacoin.git diff --git a/src/makefile.osx b/src/makefile.osx index 966829e..4c124e6 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -51,6 +51,7 @@ HEADERS = \ base58.h \ bignum.h \ checkpoints.h \ + compat.h \ crypter.h \ db.h \ headers.h \ @@ -72,6 +73,7 @@ HEADERS = \ OBJS= \ obj/checkpoints.o \ + obj/netbase.o \ obj/crypter.o \ obj/key.o \ obj/db.o \