diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-01 12:42:02 -0800 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-01 12:42:02 -0800 |
commit | 43f20bb3c2b2d0e6888f534ef339eada1affb3f9 (patch) | |
tree | f427051302b0f120c99976effdc6761b7ff509aa /src/makefile.unix | |
parent | a7120a3647b17878914da0b40655edcc5a9da59f (diff) | |
parent | 10fd7f66893fd62ab65f9302115834c441eb571b (diff) |
Merge pull request #534 from gavinandresen/DoSorphans
Denial-of-service prevention: low-difficulty blocks
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 5f841ea0fe..6c48199546 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -87,6 +87,7 @@ xCXXFLAGS=-pthread -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(HARDEN HEADERS = \ base58.h \ bignum.h \ + checkpoints.h \ crypter.h \ db.h \ headers.h \ @@ -107,6 +108,7 @@ HEADERS = \ wallet.h OBJS= \ + obj/checkpoints.o \ obj/crypter.o \ obj/db.o \ obj/init.o \ |