aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-08-28 17:04:54 -0400
committerGavin Andresen <gavinandresen@gmail.com>2012-08-28 17:04:54 -0400
commitf35c6c4fb9d1f06c1ba186c49b582c820679a18c (patch)
tree44548e9aff5e64cacfc3f49a794eaf918674f7d6 /src/makefile.osx
parent06707dd610bbdecf3a4e25534ae74bad67ac0a13 (diff)
downloadbitcoin-f35c6c4fb9d1f06c1ba186c49b582c820679a18c.tar.xz
Refactor: move alert code from main to alert.cpp/h
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx
index de829b9eb1..2666caa918 100644
--- a/src/makefile.osx
+++ b/src/makefile.osx
@@ -70,6 +70,7 @@ CFLAGS += -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \
$(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)
OBJS= \
+ obj/alert.o \
obj/version.o \
obj/checkpoints.o \
obj/netbase.o \