From f35c6c4fb9d1f06c1ba186c49b582c820679a18c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 28 Aug 2012 17:04:54 -0400 Subject: Refactor: move alert code from main to alert.cpp/h --- src/makefile.osx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/makefile.osx') 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 \ -- cgit v1.2.3