X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.mingw;h=2cb78d97e6a90ee8d7cbb5dbd5d86ae24cb3a70a;hb=eb5fff9e16b2c3e94835cd3a8897318472df2374;hp=95d09f8770dbd1732d7515fe2cf5caba61ac6bff;hpb=a7120a3647b17878914da0b40655edcc5a9da59f;p=novacoin.git diff --git a/src/makefile.mingw b/src/makefile.mingw index 95d09f8..2cb78d9 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -29,6 +29,7 @@ CFLAGS=-mthreads -O2 -w -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(I HEADERS = \ base58.h \ bignum.h \ + checkpoints.h \ crypter.h \ db.h \ headers.h \ @@ -58,6 +59,7 @@ endif LIBS += -l kernel32 -l user32 -l gdi32 -l comdlg32 -l winspool -l winmm -l shell32 -l comctl32 -l ole32 -l oleaut32 -l uuid -l rpcrt4 -l advapi32 -l ws2_32 -l shlwapi OBJS= \ + obj/checkpoints.o \ obj/crypter.o \ obj/db.o \ obj/init.o \