X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.mingw;h=ef7eebf4306e7800e520de931a852204642c921f;hb=0e6425da4a29d6944e7edce85535725e1f963e2c;hp=1ca1a7bbe25fbeedd375c266acd1e1f88549c3a5;hpb=a7d735dcc25c85ad883e6d619848ce0478ebe299;p=novacoin.git diff --git a/src/makefile.mingw b/src/makefile.mingw index 1ca1a7b..ef7eebf 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -35,6 +35,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 \ @@ -66,6 +67,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 \