X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.unix;h=a2cbc7c77e12d9bebae556bd590c271e8a902fa6;hb=0e6425da4a29d6944e7edce85535725e1f963e2c;hp=9e0b3263d7ae1ee9e9b2cf80d895681deffc8bf4;hpb=a7d735dcc25c85ad883e6d619848ce0478ebe299;p=novacoin.git diff --git a/src/makefile.unix b/src/makefile.unix index 9e0b326..a2cbc7c 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -73,6 +73,7 @@ CXXFLAGS=-O2 -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(HARDENING) HEADERS = \ base58.h \ bignum.h \ + checkpoints.h \ crypter.h \ db.h \ headers.h \ @@ -95,6 +96,7 @@ HEADERS = \ wallet.h OBJS= \ + obj/checkpoints.o \ obj/crypter.o \ obj/db.o \ obj/init.o \