diff options
| author | Gavin Andresen <[email protected]> | 2011-09-08 16:50:58 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-01 12:18:50 -0500 |
| commit | eb5fff9e16b2c3e94835cd3a8897318472df2374 (patch) | |
| tree | 783a1d81774279474627e74209f792bbe9af382a /src/makefile.osx | |
| parent | Merge pull request #666 from nobled/secstrings (diff) | |
| download | discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.tar.xz discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.zip | |
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
Diffstat (limited to 'src/makefile.osx')
| -rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index 7830f3bad..de7188793 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -49,6 +49,7 @@ CFLAGS=-mmacosx-version-min=10.5 -arch i386 -O3 -Wno-invalid-offsetof -Wformat $ HEADERS = \ base58.h \ bignum.h \ + checkpoints.h \ crypter.h \ db.h \ headers.h \ @@ -69,6 +70,7 @@ HEADERS = \ wallet.h OBJS= \ + obj/checkpoints.o \ obj/crypter.o \ obj/db.o \ obj/init.o \ |