aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-09-08 16:50:58 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-01 15:48:20 -0500
commitd27be1f55777bd502beb6b89513f1a03ed988f1a (patch)
tree34ea670fc5e136a8b0f78be6f0a7ab6bcc58ebf1 /src/makefile.osx
parent3741185a51cada1adb17b1578a086544101ce7c7 (diff)
downloadbitcoin-d27be1f55777bd502beb6b89513f1a03ed988f1a.tar.xz
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.osx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index 7830f3bad5..de71887935 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 \